From 808a0a09577009c2d6e494979c2189426b332aef Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 5 Jul 2012 21:00:35 +0100 Subject: Fix Doxygen syntax errors. --- include/protocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/protocol.h') diff --git a/include/protocol.h b/include/protocol.h index c880eee23..aabb5b022 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -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 &translate) { } -- cgit v1.2.3