(svn r22459) -Doc: Typo fixes and doxygen markup improvements.

This commit is contained in:
alberth
2011-05-14 18:35:40 +00:00
parent aa4c7e021c
commit 28092366ec
11 changed files with 18 additions and 18 deletions

View File

@@ -45,7 +45,7 @@ class BuildObjectWindow : public PickerWindowBase {
int line_height; ///< The height of a single line.
int object_height; ///< The height of the object box.
int info_height; ///< The height of the info box.
Scrollbar *vscroll; ///< The scollbar.
Scrollbar *vscroll; ///< The scrollbar.
public:
BuildObjectWindow(const WindowDesc *desc, Window *w) : PickerWindowBase(w), info_height(1)