aboutsummaryrefslogtreecommitdiff
path: root/common/file.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/file.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/file.h')
-rw-r--r--common/file.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/file.h b/common/file.h
index 29f12b255d..c055acc57d 100644
--- a/common/file.h
+++ b/common/file.h
@@ -82,8 +82,7 @@ public:
* those cases gracefully.
* @note Must not be called if this file already is open (i.e. if isOpen returns true).
*
- * @param filename the name of the file to open
- * @param archive the archive in which to search for the file
+ * @param node the node to consider.
* @return true if file was opened successfully, false otherwise
*/
virtual bool open(const FSNode &node);