summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-19 15:17:47 +0000
committerrubidium <rubidium@openttd.org>2009-09-19 15:17:47 +0000
commitca91a97826ad5de23855d0fe9a219f4889a8cd9e (patch)
tree87928a5a55ff401ea65443b8d291f609e9b46cf8 /src/strings_func.h
parent89df436f84707182456461e3259e053303feb846 (diff)
downloadopenttd-ca91a97826ad5de23855d0fe9a219f4889a8cd9e.tar.xz
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index bbf1739b1..1cc286f0d 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -59,7 +59,6 @@ static inline uint64 GetDParamX(const uint64 *s, uint n)
/**
* Get the current string parameter at index \a n from the global string parameter array.
- * @param s Array of string parameters.
* @param n Index of the string parameter.
* @return Value of the requested string parameter.
*/