Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7307


Ignore:
Timestamp:
Sep 1, 2010, 10:59:41 AM (14 years ago)
Author:
rgrieder
Message:

Fixed three more Doxygen warnings.

Location:
code/branches/doc/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/core/input/InputState.h

    r7284 r7307  
    128128        void resetExpiration() { bExpired_ = false; }
    129129
    130         //! Updates one specific device handler with #device#Updated
     130        //! Updates one specific device handler with deviceUpdated
    131131        void update(float dt, unsigned int device);
    132132        //! Updates all handlers with allDevicesUpdated
  • code/branches/doc/src/libraries/tools/Timer.h

    r7297 r7307  
    3333    The Timer is a callback-object, calling a given function after a given time-interval.
    3434
    35     Usage:
     35    Usage: <br>
    3636    header.h:
     37    @code
    3738        class ClassName
    3839        {
     
    4243                Timer myTimer;
    4344        };
     45    @endcode
    4446
    4547    source.cc:
     48    @code
    4649        #include "core/command/Executor.h"
    4750
     
    5659            something(else);
    5760        }
     61    @endcode
    5862*/
    5963
  • code/branches/doc/src/modules/questsystem/QuestItem.cc

    r7163 r7307  
    7777    /**
    7878    @brief
    79         Sets the id of the QuestItem.
    80     The id must be of GUID form. See 'http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure' for more information.
     79        Sets the id of the QuestItem. The id must be of GUID form.
     80    @see
     81        http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure
    8182    @param id
    8283        The id to be set.
Note: See TracChangeset for help on using the changeset viewer.