Modify group name for physics and Texture2d, Texture2dCache, TextureAtlas.

This commit is contained in:
calfjohn 2015-03-26 15:20:25 +08:00
parent 657f270855
commit 587931faaa
9 changed files with 9 additions and 9 deletions

View File

@ -48,7 +48,7 @@ typedef Vec2 Vect;
const PhysicsMaterial PHYSICSBODY_MATERIAL_DEFAULT(0.1f, 0.5f, 0.5f);
/**
* @addtogroup physics
* @addtogroup core
* @{
*/

View File

@ -55,7 +55,7 @@ typedef struct CC_DLL PhysicsContactData
}PhysicsContactData;
/**
* @addtogroup physics
* @addtogroup core
* @{
*/

View File

@ -35,7 +35,7 @@
NS_CC_BEGIN
/**
* @addtogroup physics
* @addtogroup core
* @{
*/

View File

@ -40,7 +40,7 @@ class PhysicsBody;
class PhysicsWorld;
/**
* @addtogroup physics
* @addtogroup core
* @{
*/

View File

@ -59,7 +59,7 @@ typedef struct CC_DLL PhysicsMaterial
const PhysicsMaterial PHYSICSSHAPE_MATERIAL_DEFAULT;
/**
* @addtogroup physics
* @addtogroup core
* @{
*/

View File

@ -80,7 +80,7 @@ typedef std::function<bool(PhysicsWorld&, PhysicsShape&, void*)> PhysicsQueryRec
typedef PhysicsQueryRectCallbackFunc PhysicsQueryPointCallbackFunc;
/**
* @addtogroup physics
* @addtogroup core
* @{
*/

View File

@ -43,7 +43,7 @@ class Image;
typedef struct _MipmapInfo MipmapInfo;
/**
* @addtogroup textures
* @addtogroup _2d
* @{
*/

View File

@ -41,7 +41,7 @@ class EventCustom;
class EventListenerCustom;
/**
* @addtogroup textures
* @addtogroup _2d
* @{
*/

View File

@ -49,7 +49,7 @@ THE SOFTWARE.
NS_CC_BEGIN
/**
* @addtogroup textures
* @addtogroup _2d
* @{
*/
/*