summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-05-14 18:35:40 +0000
committeralberth <alberth@openttd.org>2011-05-14 18:35:40 +0000
commit28092366ec8aaf953b6e8bb92d745ee2c32fad1e (patch)
treee2176cb86f0b1f62424b6ce93812fad1260e6c84 /src/gfxinit.cpp
parentaa4c7e021c8622aedeae780af3d8d362b1e5d515 (diff)
downloadopenttd-28092366ec8aaf953b6e8bb92d745ee2c32fad1e.tar.xz
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index d25d8ec8c..0a2d82973 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -224,9 +224,9 @@ bool GraphicsSet::FillSetDetails(IniFile *ini, const char *path, const char *ful
* Calculate and check the MD5 hash of the supplied filename.
* @param subdir The sub directory to get the files from
* @return
- * CR_MATCH if the MD5 hash matches
- * CR_MISMATCH if the MD5 does not match
- * CR_NO_FILE if the file misses
+ * - #CR_MATCH if the MD5 hash matches
+ * - #CR_MISMATCH if the MD5 does not match
+ * - #CR_NO_FILE if the file misses
*/
MD5File::ChecksumResult MD5File::CheckMD5(Subdirectory subdir) const
{