]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix some minor Doxygen errors.
authorPeter Powell <petpow@saberuk.com>
Sun, 14 Jan 2018 18:07:05 +0000 (18:07 +0000)
committerPeter Powell <petpow@saberuk.com>
Sun, 14 Jan 2018 18:07:05 +0000 (18:07 +0000)
include/inspircd.h

index b0446482d40f1ac38a1ea8f60a83602c8dadbf4f..95da70e54321a011ce8e68930afc35c8d352c923 100644 (file)
@@ -375,7 +375,7 @@ class CoreExport InspIRCd
 
        /** Determines whether a channel name is valid according to the RFC 1459 rules.
         * This is the default function for InspIRCd::IsChannel.
-        * @param nick The channel name to validate.
+        * @param channel The channel name to validate.
         * @return True if the channel name is valid according to RFC 1459 rules; otherwise, false.
        */
        static bool DefaultIsChannel(const std::string& channel);
@@ -426,7 +426,7 @@ class CoreExport InspIRCd
 
        /** Determines whether a ident is valid according to the RFC 1459 rules.
         * This is the default function for InspIRCd::IsIdent.
-        * @param nick The ident to validate.
+        * @param ident The ident to validate.
         * @return True if the ident is valid according to RFC 1459 rules; otherwise, false.
        */
        static bool DefaultIsIdent(const std::string& ident);