summaryrefslogtreecommitdiff
path: root/src/strings.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/strings.cpp
parenta90b767995850d69d687aad1c7bdebed073b9295 (diff)
downloadopenttd-bcd3f2bb590ee7f8e63482a0336b5a1ef068402e.tar.xz
(svn r23706) -Codechange: prevent 'unknown command' doxygen errors
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index a4be25b59..cd5b4cee8 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -1933,7 +1933,7 @@ const char *GetCurrentLanguageIsoCode()
/**
* Check whether there are glyphs missing in the current language.
* @param Pointer to an address for storing the text pointer.
- * @return If glyphs are missing, return \c true, else return \false.
+ * @return If glyphs are missing, return \c true, else return \c false.
* @post If \c true is returned and str is not NULL, *str points to a string that is found to contain at least one missing glyph.
*/
bool MissingGlyphSearcher::FindMissingGlyphs(const char **str)