Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4836 in orxonox.OLD for orxonox/trunk/src/defs


Ignore:
Timestamp:
Jul 12, 2005, 12:33:16 AM (19 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 :)

Location:
orxonox/trunk/src/defs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/defs/class_id.h

    r4807 r4836  
    1818/*!
    1919    \file class_id.h
    20     \brief list of orxonox classID's
     20  * list of orxonox classID's
    2121
    2222    this File is used to identify an Object with its class and also with its sub/super-classes.
     
    4545 * The last three entries are for any classes in existence eg. SkyBox and so on
    4646 *
    47  * \todo complete this List
     47 * @todo complete this List
    4848*/
    4949typedef enum ClassID
     
    149149  CL_FONT                 =    0x00000802,
    150150  CL_MATERIAL             =    0x00000803,
    151   CL_MODEL                =    0x00000804, //!< \todo make this a SUBCLASS maybe
     151  CL_MODEL                =    0x00000804, //!< @todo make this a SUBCLASS maybe
    152152  CL_OBJMODEL             =    0x00000805,
    153153  CL_PROMITIVE_MODEL      =    0x00000806,
  • orxonox/trunk/src/defs/debug.h

    r4808 r4836  
    1616/*!
    1717    \file debug.h
    18     \brief Handles output to console for different Verbose-Modes.
     18  * Handles output to console for different Verbose-Modes.
    1919
    2020    There are two main modes HARD and SOFT. HARD is precessed during compileTime where SOFT is for runtime.
  • orxonox/trunk/src/defs/error.h

    r3475 r4836  
    1919/*!
    2020    \file error.h
    21     \brief A compendium of Error codes used in the program
     21  * A compendium of Error codes used in the program
    2222*/
    2323
     
    3232
    3333/*!
    34     \brief Error Definitions:
     34  * Error Definitions:
    3535
    3636    Error Classes:
Note: See TracChangeset for help on using the changeset viewer.