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/QuestHint.h

    r7456 r7552  
    4444{ // tolua_export
    4545
     46    /**
     47    @brief
     48        The state of the @ref orxonox::QuestHint "QuestHint".
     49
     50    @ingroup Questsystem
     51    */
    4652    namespace QuestHintStatus
    4753    {
    48         //! The state of the @ref orxonox::QuestHint "QuestHint".
    4954        enum Value
    5055        {
    51             Inactive,
    52             Active
     56            Inactive, //!< The @ref orxonox::QuestHint "QuestHint" is inactive.
     57            Active //!< The @ref orxonox::QuestHint "QuestHint" is active.
    5358        };
    5459    }
     
    6671        </QuestHint>
    6772        @endcode
     73
    6874    @author
    6975        Damian 'Mozork' Frick
     76
     77    @ingroup Questsystem
    7078    */
    7179    class _QuestsystemExport QuestHint // tolua_export
Note: See TracChangeset for help on using the changeset viewer.