Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2008, 4:31:36 PM (15 years ago)
Author:
dafrick
Message:

Some cleanup…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem2/src/orxonox/objects/quest/QuestItem.h

    r2191 r2251  
    3030    @file QuestItem.h
    3131    @brief
    32         Definition of the QuestItem class.
    33        
    34         The QuestItem is the parent class of Quest and QuestHint.
     32    Definition of the QuestItem class.
     33   
     34    The QuestItem is the parent class of Quest and QuestHint.
    3535*/
    3636
     
    6767            /**
    6868            @brief Returns the id of this QuestItem.
    69             @return Returns the id of the QuestItem.
     69        @return Returns the id of the QuestItem.
    7070            */
    7171            inline const std::string & getId(void) const
    7272                { return this->id_; }
    73             /**
    74             @brief Returns the QuestDescription of the QuestItem.
    75             @return Returns a pointer to the QuestDescription object of the QuestItem.
    76             */
     73        /**
     74        @brief Returns the QuestDescription of the QuestItem.
     75        @return Returns a pointer to the QuestDescription object of the QuestItem.
     76        */
    7777            inline const QuestDescription* getDescription(void) const
    7878                { return this->description_; }
Note: See TracChangeset for help on using the changeset viewer.