Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2004, 12:46:25 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: doxygen tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_gtk.cc

    r3271 r3275  
    174174/**
    175175   \brief Moves through all the Widgets downwards from this and executes the function on them.
    176    \param Function must be of type void and takes a Widget* as an Input.
     176   \param function must be of type void and takes a Widget* as an Input.
    177177*/
    178178void Widget::walkThrough (void (*function)(Widget*))
     
    11511151
    11521152/**
    1153    \breif Creates a new ProgressBar.
     1153   \brief Creates a new ProgressBar.
    11541154*/
    11551155ProgressBar::ProgressBar (void)
     
    11591159
    11601160/**
    1161    \breif Creates a new ProgressBar.
     1161   \brief Creates a new ProgressBar.
    11621162   \param label The name you want to get the ProgressBar.
    11631163*/
     
    11691169
    11701170/**
    1171    \destructs a ProgressBar
     1171   \brief destructs a ProgressBar
    11721172*/
    11731173ProgressBar::~ProgressBar ()
Note: See TracChangeset for help on using the changeset viewer.