summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-01 19:22:34 +0000
committerfrosch <frosch@openttd.org>2010-08-01 19:22:34 +0000
commited4f806f1dcff2e10d2fdfb687e6bcebe9a81af3 (patch)
treedba65e1ae2fc4538779195db320eccfa441cbbd0 /src/strings.cpp
parent4871baf44db96137cf4b72c4f9d9595b2c29f61d (diff)
downloadopenttd-ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3.tar.xz
(svn r20283) -Codechange: Unify start of doygen comments.
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index 1ed0a5ea6..a04948b1a 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -94,7 +94,8 @@ const char *GetStringPtr(StringID string)
}
}
-/** The highest 8 bits of string contain the "case index".
+/**
+ * The highest 8 bits of string contain the "case index".
* These 8 bits will only be set when FormatString wants to print
* the string in a different case. No one else except FormatString
* should set those bits, therefore string CANNOT be StringID, but uint32.
@@ -170,7 +171,8 @@ char *InlineString(char *buf, StringID string)
}
-/** This function is used to "bind" a C string to a OpenTTD dparam slot.
+/**
+ * This function is used to "bind" a C string to a OpenTTD dparam slot.
* @param n slot of the string
* @param str string to bind
*/
@@ -1379,7 +1381,8 @@ bool ReadLanguagePack(int lang_index)
/* Win32 implementation in win32.cpp.
* OS X implementation in os/macosx/macos.mm. */
#if !(defined(WIN32) || defined(__APPLE__))
-/** Determine the current charset based on the environment
+/**
+ * Determine the current charset based on the environment
* First check some default values, after this one we passed ourselves
* and if none exist return the value for $LANG
* @param param environment variable to check conditionally if default ones are not