aboutsummaryrefslogtreecommitdiff
path: root/common/macresman.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-08-29 03:28:00 +0200
committerEinar Johan Trøan Sømåen2014-08-29 03:28:00 +0200
commitb7c5ce879fc386d815654fb128bf1c9a5973eefb (patch)
tree2c2521cb3022aa9a2120b18f3a2ccfaaebc75235 /common/macresman.h
parent0593c2eab29e61692738dd8d88cfa88501803f0d (diff)
downloadscummvm-rg350-b7c5ce879fc386d815654fb128bf1c9a5973eefb.tar.gz
scummvm-rg350-b7c5ce879fc386d815654fb128bf1c9a5973eefb.tar.bz2
scummvm-rg350-b7c5ce879fc386d815654fb128bf1c9a5973eefb.zip
COMMON: Fix some Doxygen comments that seem wrong.
Diffstat (limited to 'common/macresman.h')
-rw-r--r--common/macresman.h6
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);