summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-06-21 03:52:56 +0100
committerPeter Powell <petpow@saberuk.com>2013-06-21 03:52:56 +0100
commit146d72fddbcc443e402b3aadcf1eb8195b9d4ab5 (patch)
treeb6eb362d5d5538d7a71ff77f26ce37155388117c /include/modules.h
parentb81cfe31711acbb9ced2639e0a2f2c2df3c7a293 (diff)
Fix Doxygen comments.
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h
index a5f99ee86..1a88a0389 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -843,7 +843,7 @@ class CoreExport Module : public classbase, public usecountbase
/** Called when a 005 numeric is about to be output.
* The module should modify the 005 numeric if needed to indicate its features.
- * @param output The 005 map to be modified if neccessary.
+ * @param tokens The 005 map to be modified if neccessary.
*/
virtual void On005Numeric(std::map<std::string, std::string>& tokens);
@@ -1202,7 +1202,7 @@ class CoreExport FileReader : public classbase
FileReader() : totalSize(0) { }
/** Initializes a new file reader and reads the specified file.
- * @param file The file to read into memory.
+ * @param filename The file to read into memory.
*/
FileReader(const std::string& filename);