]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/protocol.h
Fix Doxygen syntax errors.
[user/henk/code/inspircd.git] / include / protocol.h
index c880eee23f2cc03770c3d81325ac14f35b313c04..aabb5b022c7d444be244b08ffe40313f1a866c1e 100644 (file)
@@ -70,7 +70,8 @@ class ProtocolInterface
 
        /** Send mode changes for an object.
         * @param target The channel name or user to send mode changes for.
-        * @param The mode changes to send.
+        * @param modedata The mode changes to send.
+        * @param translate A list of translation types
         */
        virtual void SendMode(const std::string &target, const parameterlist &modedata, const std::vector<TranslateType> &translate) { }