mirror of https://github.com/axmolengine/axmol.git
issue #12078: Added network group.
This commit is contained in:
parent
77639bc88e
commit
2a02510a9c
|
@ -36,7 +36,7 @@
|
|||
#include "network/HttpCookie.h"
|
||||
|
||||
/**
|
||||
* @addtogroup core
|
||||
* @addtogroup network
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "base/ccMacros.h"
|
||||
|
||||
/**
|
||||
* @addtogroup core
|
||||
* @addtogroup network
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "network/HttpRequest.h"
|
||||
|
||||
/**
|
||||
* @addtogroup core
|
||||
* @addtogroup network
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ struct libwebsocket_context;
|
|||
struct libwebsocket_protocols;
|
||||
|
||||
/**
|
||||
* @addtogroup core
|
||||
* @addtogroup network
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue