(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 ab9995ddbc
commit 4eb155ccfb
7 changed files with 21 additions and 14 deletions

View File

@@ -188,10 +188,11 @@ struct ResizeInfo {
uint step_height; ///< Step-size of height resize changes
};
/** State of a sort direction button. */
enum SortButtonState {
SBS_OFF,
SBS_DOWN,
SBS_UP,
SBS_OFF, ///< Do not sort (with this button).
SBS_DOWN, ///< Sort ascending.
SBS_UP, ///< Sort descending.
};
/**