Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 17, 2010, 10:50:43 PM (14 years ago)
Author:
dafrick
Message:

Resolving some TODOs and doing some additional cleanup. Almost done now…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/questsystem/QuestEffectBeacon.h

    r7489 r7552  
    4343namespace orxonox
    4444{
     45
     46    /**
     47    @brief
     48        The status of the @ref orxonox::QuestEffectBeacon "QuestEffectBeacon", can be either active or inactive.
     49
     50    @ingroup Questsystem
     51    */
    4552    namespace QuestEffectBeaconStatus
    4653    {
    47         //! The status of the @ref orxonox::QuestEffectBeacon "QuestEffectBeacon", can be either active or inactive.
    4854        enum Value
    4955        {
    50             Inactive,
    51             Active
     56            Inactive, //!< The @ref orxonox::QuestEffectBeacon "QuestEffectBeacon" is inactive.
     57            Active //!< The @ref orxonox::QuestEffectBeacon "QuestEffectBeacon" is active.
    5258        };
    5359    }
     
    7884        </QuestEffectBeacon>
    7985        @endcode
     86
    8087    @author
    8188        Damian 'Mozork' Frick
     89
     90    @ingroup Questsystem
    8291    */
    8392    class _QuestsystemExport QuestEffectBeacon : public StaticEntity
Note: See TracChangeset for help on using the changeset viewer.