diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-29 23:07:47 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-29 23:07:47 +0000 |
commit | a4e31503633c3029cb6c526275bc34d471a3c0d4 (patch) | |
tree | bab69782d480aaefb527bc07ad2f9730353a0279 /src/gui | |
parent | 457ce3e7b4a869f92d8aef31bdee1b6793587a93 (diff) | |
download | mana-client-a4e31503633c3029cb6c526275bc34d471a3c0d4.tar.gz mana-client-a4e31503633c3029cb6c526275bc34d471a3c0d4.tar.bz2 mana-client-a4e31503633c3029cb6c526275bc34d471a3c0d4.tar.xz mana-client-a4e31503633c3029cb6c526275bc34d471a3c0d4.zip |
Some trivial documentation work. Fixes all Doxygen warnings.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/window.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index 9ac02287..31c260cf 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -50,11 +50,11 @@ class Window : public gcn::Window * Constructor. Initializes the title to the given text and hooks * itself into the window container. * - * @param text The initial window title, "Window" by default. - * @param modal Block input to other windows. - * @param parent The parent window. This is the window standing above - * this one in the window hiearchy. When reordering, - * a window will never go below its parent window. + * @param caption The initial window title, "Window" by default. + * @param modal Block input to other windows. + * @param parent The parent window. This is the window standing above + * this one in the window hiearchy. When reordering, + * a window will never go below its parent window. */ Window(const std::string &caption = "Window", bool modal = false, Window *parent = NULL); |