diff options
author | Johannes Schickel | 2014-08-30 14:14:31 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-08-30 14:14:31 +0200 |
commit | ec634ea07c24143e3e1736fec8934d120018fbd6 (patch) | |
tree | 5b97922243f19e49f7f9d544502a00eeaf8a4510 /common/macresman.h | |
parent | 1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa (diff) | |
parent | 06c3a7328964d39cbafab3867b0f590f9da4b161 (diff) | |
download | scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.gz scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.bz2 scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.zip |
Merge pull request #495 from somaen/docuFix
Doxygen-fixes
Diffstat (limited to 'common/macresman.h')
-rw-r--r-- | common/macresman.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/macresman.h b/common/macresman.h index 373545795e..43ec8d8e2c 100644 --- a/common/macresman.h +++ b/common/macresman.h @@ -58,7 +58,7 @@ public: * This uses SearchMan to find the data/resource forks. This should only be used * from inside an engine. * - * @param filename The base file name of the file + * @param fileName The base file name of the file * @note This will check for the raw resource fork, MacBinary, and AppleDouble formats. * @return True on success */ @@ -68,7 +68,7 @@ public: * Open a Mac data/resource fork pair. * * @param path The path that holds the forks - * @param filename The base file name of the file + * @param fileName The base file name of the file * @note This will check for the raw resource fork, MacBinary, and AppleDouble formats. * @return True on success */ @@ -76,7 +76,7 @@ public: /** * See if a Mac data/resource fork pair exists. - * @param filename The base file name of the file + * @param fileName The base file name of the file * @return True if either a data fork or resource fork with this name exists */ static bool exists(const String &fileName); |