Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 12, 2005, 12:33:16 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: renamed all the \param → @param and so on in Doxygen tags.
Thanks a lot to the kDevelop team. this took since the last commit :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/glmenu/glmenu_imagescreen.h

    r4746 r4836  
    11/*!
    22    \file glmenu_imagescreen.h
    3     \brief class to display a LoadScreen
     3  * class to display a LoadScreen
    44*/
    55
     
    3131
    3232  void setMaximum (int maxValue);
    33   /** \returns the maximum of countable steps*/
     33  /** @returns the maximum of countable steps*/
    3434  inline int GLMenuImageScreen::getMaximum() const { return this->maxValue; };
    3535
Note: See TracChangeset for help on using the changeset viewer.