From 587931faaa61624c50fb4999be23066f5319e6f3 Mon Sep 17 00:00:00 2001 From: calfjohn Date: Thu, 26 Mar 2015 15:20:25 +0800 Subject: [PATCH] Modify group name for physics and Texture2d, Texture2dCache, TextureAtlas. --- cocos/physics/CCPhysicsBody.h | 2 +- cocos/physics/CCPhysicsContact.h | 2 +- cocos/physics/CCPhysicsHelper.h | 2 +- cocos/physics/CCPhysicsJoint.h | 2 +- cocos/physics/CCPhysicsShape.h | 2 +- cocos/physics/CCPhysicsWorld.h | 2 +- cocos/renderer/CCTexture2D.h | 2 +- cocos/renderer/CCTextureAtlas.h | 2 +- cocos/renderer/CCTextureCache.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cocos/physics/CCPhysicsBody.h b/cocos/physics/CCPhysicsBody.h index a89c6fee5b..48fdfd66cf 100644 --- a/cocos/physics/CCPhysicsBody.h +++ b/cocos/physics/CCPhysicsBody.h @@ -48,7 +48,7 @@ typedef Vec2 Vect; const PhysicsMaterial PHYSICSBODY_MATERIAL_DEFAULT(0.1f, 0.5f, 0.5f); /** - * @addtogroup physics + * @addtogroup core * @{ */ diff --git a/cocos/physics/CCPhysicsContact.h b/cocos/physics/CCPhysicsContact.h index 00200370cb..d67c9bac52 100644 --- a/cocos/physics/CCPhysicsContact.h +++ b/cocos/physics/CCPhysicsContact.h @@ -55,7 +55,7 @@ typedef struct CC_DLL PhysicsContactData }PhysicsContactData; /** - * @addtogroup physics + * @addtogroup core * @{ */ diff --git a/cocos/physics/CCPhysicsHelper.h b/cocos/physics/CCPhysicsHelper.h index 67bafa446e..8f8df3095e 100644 --- a/cocos/physics/CCPhysicsHelper.h +++ b/cocos/physics/CCPhysicsHelper.h @@ -35,7 +35,7 @@ NS_CC_BEGIN /** - * @addtogroup physics + * @addtogroup core * @{ */ diff --git a/cocos/physics/CCPhysicsJoint.h b/cocos/physics/CCPhysicsJoint.h index f026a1cb76..557d69f8ac 100644 --- a/cocos/physics/CCPhysicsJoint.h +++ b/cocos/physics/CCPhysicsJoint.h @@ -40,7 +40,7 @@ class PhysicsBody; class PhysicsWorld; /** - * @addtogroup physics + * @addtogroup core * @{ */ diff --git a/cocos/physics/CCPhysicsShape.h b/cocos/physics/CCPhysicsShape.h index e02072e611..5df64f7718 100644 --- a/cocos/physics/CCPhysicsShape.h +++ b/cocos/physics/CCPhysicsShape.h @@ -59,7 +59,7 @@ typedef struct CC_DLL PhysicsMaterial const PhysicsMaterial PHYSICSSHAPE_MATERIAL_DEFAULT; /** - * @addtogroup physics + * @addtogroup core * @{ */ diff --git a/cocos/physics/CCPhysicsWorld.h b/cocos/physics/CCPhysicsWorld.h index 1c98511ba1..8544de01cf 100644 --- a/cocos/physics/CCPhysicsWorld.h +++ b/cocos/physics/CCPhysicsWorld.h @@ -80,7 +80,7 @@ typedef std::function PhysicsQueryRec typedef PhysicsQueryRectCallbackFunc PhysicsQueryPointCallbackFunc; /** - * @addtogroup physics + * @addtogroup core * @{ */ diff --git a/cocos/renderer/CCTexture2D.h b/cocos/renderer/CCTexture2D.h index 6fb41a984f..4c2295a197 100644 --- a/cocos/renderer/CCTexture2D.h +++ b/cocos/renderer/CCTexture2D.h @@ -43,7 +43,7 @@ class Image; typedef struct _MipmapInfo MipmapInfo; /** - * @addtogroup textures + * @addtogroup _2d * @{ */ diff --git a/cocos/renderer/CCTextureAtlas.h b/cocos/renderer/CCTextureAtlas.h index d6a3453fa6..49d4983058 100644 --- a/cocos/renderer/CCTextureAtlas.h +++ b/cocos/renderer/CCTextureAtlas.h @@ -41,7 +41,7 @@ class EventCustom; class EventListenerCustom; /** - * @addtogroup textures + * @addtogroup _2d * @{ */ diff --git a/cocos/renderer/CCTextureCache.h b/cocos/renderer/CCTextureCache.h index f01c1aa1f4..ac22103f4a 100644 --- a/cocos/renderer/CCTextureCache.h +++ b/cocos/renderer/CCTextureCache.h @@ -49,7 +49,7 @@ THE SOFTWARE. NS_CC_BEGIN /** - * @addtogroup textures + * @addtogroup _2d * @{ */ /*