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/file.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/file.h') 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); -- cgit v1.2.3