summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2012-01-01 17:36:19 +0000
committersmatz <smatz@openttd.org>2012-01-01 17:36:19 +0000
commitbcd3f2bb590ee7f8e63482a0336b5a1ef068402e (patch)
treecc75f3cf9f14795d135734552ff61cd62deaa4de /src/industry_gui.cpp
parenta90b767995850d69d687aad1c7bdebed073b9295 (diff)
downloadopenttd-bcd3f2bb590ee7f8e63482a0336b5a1ef068402e.tar.xz
(svn r23706) -Codechange: prevent 'unknown command' doxygen errors
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index f93070abd..f968d7826 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -1847,7 +1847,7 @@ private:
* @param left Left-most coordinate to draw.
* @param right Right-most coordinate to draw.
* @param top Top coordinate of the cargo connection.
- * @csp Cargo to draw.
+ * @param csp Cargo to draw.
*/
static void DrawHorConnection(int left, int right, int top, const CargoSpec *csp)
{