mirror of
https://github.com/znc/znc.git
synced 2026-07-31 05:53:38 +02:00
Fix some minor doxygen warnings
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2145 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user