Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4836 in orxonox.OLD for orxonox/trunk/src/story_entities/campaign.cc


Ignore:
Timestamp:
Jul 12, 2005, 12:33:16 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: renamed all the \param → @param and so on in Doxygen tags.
Thanks a lot to the kDevelop team. this took since the last commit :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/campaign.cc

    r4816 r4836  
    6868/**
    6969  \brief loads the Parameters of a Campaign
    70   \param root: The XML-element to load from
     70* @param root: The XML-element to load from
    7171 */
    7272void Campaign::loadParams(const TiXmlElement* root)
     
    8383/**
    8484  \brief loads a WorldList
    85   \param root: the XML-element to load from
     85* @param root: the XML-element to load from
    8686 */
    8787void Campaign::loadWorldListParams(const TiXmlElement* root)
     
    200200
    201201/**
    202     \brief adds an game stroy entity to the campaign
    203 
    204     \param se: The entity
    205     \param storyID: The number that identifies the entity in the campaign. Each ID only used once in a Campaign
     202  * adds an game stroy entity to the campaign
     203
     204  * @param se: The entity
     205  * @param storyID: The number that identifies the entity in the campaign. Each ID only used once in a Campaign
    206206
    207207    An entity can be a world (playable), a cinematic, a shop, sounds, whatever you
     
    253253/*
    254254  \brief lookup a entity with a given id
    255   \param story id to be lookuped
    256   \returns the entity found or NULL if search ended without match
     255* @param story id to be lookuped
     256  @returns the entity found or NULL if search ended without match
    257257*/
    258258StoryEntity* Campaign::getStoryEntity(int storyID)
Note: See TracChangeset for help on using the changeset viewer.