summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-08-14 18:41:03 +0000
committeralberth <alberth@openttd.org>2009-08-14 18:41:03 +0000
commit4eb155ccfb3c50892ad9c19d07921880851d943c (patch)
treead77425831c3d4e2295d803dc62d0649a3fc4b2a /src/window_gui.h
parentab9995ddbce4c5743842f0703abb3f9288371222 (diff)
downloadopenttd-4eb155ccfb3c50892ad9c19d07921880851d943c.tar.xz
(svn r17171) -Doc: Additions and corrections of various doxygen strings.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index d5ad1ca6d..83f8d1495 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -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.
};
/**