From 4410096e0b758dd06b4d0d06baa3d533998d66e3 Mon Sep 17 00:00:00 2001 From: psychon Date: Thu, 8 Jul 2010 15:43:04 +0000 Subject: [PATCH] Minor fix for doxygen Patch by DarthGandalf, thanks. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2073 726aef4b-f618-498e-8847-2d620e286838 --- Modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules.h b/Modules.h index 75b4a159..51a72b7e 100644 --- a/Modules.h +++ b/Modules.h @@ -962,7 +962,7 @@ public: /** Called when a client told us CAP LS. Use ssCaps.insert("cap-name") * for announcing capabilities which your module supports. - * @param pClient client which wants caps. + * @param ssCaps set of caps which will be sent to client. */ virtual void OnClientCapLs(SCString& ssCaps); /** Called only to check if your module supports turning on/off named capability.