issue #12078: Added network group.

This commit is contained in:
linshun 2015-05-28 15:46:36 +08:00
parent 77639bc88e
commit 2a02510a9c
5 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
#include "network/HttpCookie.h"
/**
* @addtogroup core
* @addtogroup network
* @{
*/

View File

@ -32,7 +32,7 @@
#include "base/ccMacros.h"
/**
* @addtogroup core
* @addtogroup network
* @{
*/

View File

@ -29,7 +29,7 @@
#include "network/HttpRequest.h"
/**
* @addtogroup core
* @addtogroup network
* @{
*/

View File

@ -65,7 +65,7 @@ in the onClose method the pointer should be set to NULL or used to connect to a
#include <string>
/**
* @addtogroup core
* @addtogroup network
* @{
*/

View File

@ -41,7 +41,7 @@ struct libwebsocket_context;
struct libwebsocket_protocols;
/**
* @addtogroup core
* @addtogroup network
* @{
*/