Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2009, 5:05:38 PM (15 years ago)
Author:
rgrieder
Message:

Removed the filename part of all @file foo.cc because Doxygen chooses the (always correct) filename automatically.
Also removed a few <string> includes that are not necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/quest/QuestListener.h

    r2911 r3158  
    2828
    2929/**
    30     @file QuestListener.h
     30    @file
    3131    @brief Definition of the QuestListener class.
    3232*/
     
    9090        bool setMode(const std::string & mode); //!< Sets the mode of the QuestListener.
    9191       
    92         const std::string getMode(void); //!< Get the mode of the QuestListener.
     92        std::string getMode(void); //!< Get the mode of the QuestListener.
    9393       
    9494        /**
Note: See TracChangeset for help on using the changeset viewer.