diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-06-24 12:16:50 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-06-24 12:16:50 -0700 |
commit | 4ab593d2a3f849579cc9ac389e42097aef6e9236 (patch) | |
tree | b6eb362d5d5538d7a71ff77f26ce37155388117c /include/modules.h | |
parent | b81cfe31711acbb9ced2639e0a2f2c2df3c7a293 (diff) | |
parent | 146d72fddbcc443e402b3aadcf1eb8195b9d4ab5 (diff) |
Merge pull request #564 from SaberUK/master+doxygen-fix
Fix Doxygen comments.
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 4 |
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); |