(svn r17171) -Doc: Additions and corrections of various doxygen strings.

This commit is contained in:
alberth
2009-08-14 18:41:03 +00:00
parent 54c85b0ffd
commit 0cc8cbd40d
7 changed files with 21 additions and 14 deletions

View File

@@ -825,7 +825,7 @@ void Window::DrawSortButtonState(int widget, SortButtonState state) const
/**
* @defgroup NestedWidgets Hierarchical widgets.
* @defgroup NestedWidgets Hierarchical widgets
* Hierarchical widgets, also known as nested widgets, are widgets stored in a tree. At the leafs of the tree are (mostly) the 'real' widgets
* visible to the user. At higher levels, widgets get organized in container widgets, until all widgets of the window are merged.
*