diff options
author | Peter Powell <petpow@saberuk.com> | 2013-06-21 03:52:56 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2013-06-21 03:52:56 +0100 |
commit | 146d72fddbcc443e402b3aadcf1eb8195b9d4ab5 (patch) | |
tree | b6eb362d5d5538d7a71ff77f26ce37155388117c /include/command_parse.h | |
parent | b81cfe31711acbb9ced2639e0a2f2c2df3c7a293 (diff) |
Fix Doxygen comments.
Diffstat (limited to 'include/command_parse.h')
-rw-r--r-- | include/command_parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index b39bf31c0..f9ea1df7f 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -123,6 +123,7 @@ class CoreExport CommandParser * @param item The input string * @param dest The output string. The translation result will be appended to this string * @param custom_translator Used to translate the parameter if the translation type is TR_CUSTOM, if NULL, TR_CUSTOM will act like TR_TEXT + * @param paramnumber The index of the parameter we are translating. */ static void TranslateSingleParam(TranslateType to, const std::string& item, std::string& dest, Command* custom_translator = NULL, unsigned int paramnumber = 0); |