From ae5e2608498ec473d4ea10d96a615ec2fb951403 Mon Sep 17 00:00:00 2001 From: psychon Date: Mon, 27 Sep 2010 13:45:49 +0000 Subject: [PATCH] Fix some minor doxygen warnings git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2145 726aef4b-f618-498e-8847-2d620e286838 --- Modules.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules.h b/Modules.h index e30a185b..3d01237b 100644 --- a/Modules.h +++ b/Modules.h @@ -657,7 +657,7 @@ public: /** Called for every CAP accepted or rejected by server * (with CAP ACK or CAP NAK after our CAP REQ). * @param sCap capability accepted/rejected by server. - * @param sSuccess true if capability was accepted, false if rejected. + * @param bSuccess true if capability was accepted, false if rejected. */ virtual void OnServerCapResult(const CString& sCap, bool bSuccess); @@ -1016,7 +1016,7 @@ public: * @param pModule the module. * @param[out] bSuccess the module was unloaded successfully * as result of this module hook? - * @param[out] bRetMsg text about unloading of the module. + * @param[out] sRetMsg text about unloading of the module. * @return See CModule::EModRet. */ virtual EModRet OnModuleUnloading(CModule* pModule, bool& bSuccess, CString& sRetMsg);