Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2010, 9:32:34 PM (13 years ago)
Author:
dafrick
Message:

Some more minor changes in documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/LevelInfo.h

    r7802 r7804  
    5050    /**
    5151    @brief
    52         The LevelInfoItem class stores information regarding a @ref orxonox::Level "Level" and makes that information it accessible trough the @ref orxonox::LevelManager "LevelManager".
     52        The LevelInfoItem class stores information regarding a @ref orxonox::Level "Level" and makes that information accessible through the @ref orxonox::LevelManager "LevelManager".
    5353        A LevelInfoItem object is commonly created from a @ref orxonox::LevelInfo "LevelInfo" object, using its <code>copy()</code> method.
    5454
    5555    @author
    5656        Damian 'Mozork' Frick
     57
     58    @ingroup Orxonox
    5759    */
    5860    class _OrxonoxExport LevelInfoItem // tolua_export
     
    160162    @author
    161163        Damian 'Mozork' Frick
     164
     165    @ingroup Orxonox
    162166    */
    163167    class _OrxonoxExport LevelInfo : public BaseObject, public LevelInfoItem
     
    202206    @brief
    203207        Struct that overloads the compare operation between two @ref orxonox::LevelInfoItem "LevelInfoItem" pointers.
     208
     209    @ingroup Orxonox
    204210    */
    205211    struct LevelInfoCompare
Note: See TracChangeset for help on using the changeset viewer.