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

    r2221 r2251  
    3030    @file QuestDescription.h
    3131    @brief
    32         Definition of the QuestDescription class.
     32    Definition of the QuestDescription class.
    3333*/
    3434
     
    6464            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); //!< Method for creating a QuestDescription object through XML.
    6565
    66             /**
    67             @brief Returns the title.
    68             @return Returns a string containing the title of the QuestDescription.
    69             */
     66        /**
     67        @brief Returns the title.
     68        @return Returns a string containing the title of the QuestDescription.
     69        */
    7070            inline const std::string & getTitle(void) const
    7171                { return this->title_; }
    72            
    73             /**
    74             @brief Returns the description text.
    75             @return Returns a string containing the description text of the QuestDescription.
    76             */
     72       
     73        /**
     74        @brief Returns the description text.
     75        @return Returns a string containing the description text of the QuestDescription.
     76        */
    7777            inline const std::string & getDescription(void) const
    7878                { return this->description_; }
     
    8989                { this->title_ = title; }
    9090               
    91             /**
     91        /**
    9292            @brief Sets the description text.
    9393            @param description The description text to be set.
Note: See TracChangeset for help on using the changeset viewer.