Fix doxygen of CModule::GetNetwork() and CModule::GetClient()

Thanks to BtbN for reporting this.
This commit is contained in:
Alexey Sokolov
2015-06-23 21:06:25 +01:00
parent a314d3057e
commit 5faaf67f48

View File

@@ -1006,10 +1006,13 @@ public:
* case this is the user pointer.
*/
CUser* GetUser() const { return m_pUser; }
/** @returns nullptr except when we are in a network-specific module hook in
* which case this is the network for which the hook is called.
*/
CIRCNetwork* GetNetwork() const { return m_pNetwork; }
/** @returns nullptr except when we are in a client-specific module hook in
* which case this is the client for which the hook is called.
*/
CIRCNetwork* GetNetwork() const { return m_pNetwork; }
CClient* GetClient() const { return m_pClient; }
CSockManager* GetManager() const { return m_pManager; }
// !Getters