summaryrefslogtreecommitdiff
path: root/include/inspircd.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/inspircd.h
parentb81cfe31711acbb9ced2639e0a2f2c2df3c7a293 (diff)
Fix Doxygen comments.
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index a25466647..a634eb2c8 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -478,7 +478,7 @@ class CoreExport InspIRCd
caller1<bool, const std::string&> IsChannel;
/** Return true if str looks like a server ID
- * @param string to check against
+ * @param sid string to check against
*/
static bool IsSID(const std::string& sid);
@@ -509,9 +509,9 @@ class CoreExport InspIRCd
*/
static void QuickExit(int status);
- /** Printf-wrapper.
- * @param How you want it formatted
- * @param ...
+ /** Formats the input string with the specified arguments.
+ * @param formatString The string to format
+ * @param ... A variable number of format arguments.
* @return The formatted string
*/
static const char* Format(const char* formatString, ...) CUSTOM_PRINTF(1, 2);