From b7c5ce879fc386d815654fb128bf1c9a5973eefb Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Fri, 29 Aug 2014 03:28:00 +0200 Subject: COMMON: Fix some Doxygen comments that seem wrong. --- common/macresman.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/macresman.h') 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); -- cgit v1.2.3