aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-08-30 14:14:31 +0200
committerJohannes Schickel2014-08-30 14:14:31 +0200
commitec634ea07c24143e3e1736fec8934d120018fbd6 (patch)
tree5b97922243f19e49f7f9d544502a00eeaf8a4510 /common/file.h
parent1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa (diff)
parent06c3a7328964d39cbafab3867b0f590f9da4b161 (diff)
downloadscummvm-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/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);