Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4836 in orxonox.OLD for orxonox/trunk/src/orxonox.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/orxonox.cc

    r4833 r4836  
    5757
    5858/**
    59    \brief create a new Orxonox
     59 * create a new Orxonox
    6060
    6161   In this funcitons only global values are set. The game will not be started here.
     
    7676
    7777/**
    78    \brief remove Orxonox from memory
     78 * remove Orxonox from memory
    7979*/
    8080Orxonox::~Orxonox ()
     
    109109
    110110/**
    111  * @brief this is a singleton class to prevent duplicates
     111 * this is a singleton class to prevent duplicates
    112112 */
    113113Orxonox* Orxonox::singletonRef = NULL;
    114114
    115115/**
    116  * @brief this finds the config file
     116 * this finds the config file
    117117 * @returns the new config-fileName
    118118 * Since the config file varies from user to user and since one may want to specify different config files
     
    252252    exit(-1);
    253253  }
    254    //! \todo this is a hack and should be loadable
     254   //! @todo this is a hack and should be loadable
    255255  ResourceManager::getInstance()->addImageDir(ResourceManager::getInstance()->getFullName("maps/"));
    256256  ResourceManager::getInstance()->debug();
     
    267267
    268268/**
    269  *
    270  * @brief starts the orxonox game or menu
     269 *  starts the orxonox game or menu
    271270 * here is the central orxonox state manager. There are currently two states
    272271 * - menu
     
    315314/**
    316315 *
    317  * @brief main function
     316 * main function
    318317 *
    319318 * here the journey begins
Note: See TracChangeset for help on using the changeset viewer.