diff options
author | alberth <alberth@openttd.org> | 2011-05-14 18:35:40 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-05-14 18:35:40 +0000 |
commit | 28092366ec8aaf953b6e8bb92d745ee2c32fad1e (patch) | |
tree | e2176cb86f0b1f62424b6ce93812fad1260e6c84 /src/gfxinit.cpp | |
parent | aa4c7e021c8622aedeae780af3d8d362b1e5d515 (diff) | |
download | openttd-28092366ec8aaf953b6e8bb92d745ee2c32fad1e.tar.xz |
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r-- | src/gfxinit.cpp | 6 |
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 { |