summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
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/industry_gui.cpp
parentab9995ddbce4c5743842f0703abb3f9288371222 (diff)
downloadopenttd-4eb155ccfb3c50892ad9c19d07921880851d943c.tar.xz
(svn r17171) -Doc: Additions and corrections of various doxygen strings.
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index 6d79fb5b3..c6b15a6c4 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -32,10 +32,11 @@
bool _ignore_restrictions;
+/** Cargo suffix type (for which window is it requested) */
enum CargoSuffixType {
- CST_FUND,
- CST_VIEW,
- CST_DIR,
+ CST_FUND, ///< Fund-industry window
+ CST_VIEW, ///< View-industry window
+ CST_DIR, ///< Industry-directory window
};
/**
@@ -46,7 +47,7 @@ enum CargoSuffixType {
* - 02 - third accepted cargo type
* - 03 - first produced cargo type
* - 04 - second produced cargo type
- * @param cst the cargo suffix type (for which window is it requested)
+ * @param cst the cargo suffix type (for which window is it requested). @see CargoSuffixType
* @param ind the industry (NULL if in fund window)
* @param ind_type the industry type
* @param indspec the industry spec