From 56c848e341a9bcfeb95bb56deea3c7c2e5834031 Mon Sep 17 00:00:00 2001 From: linshun Date: Thu, 28 May 2015 15:47:03 +0800 Subject: [PATCH] issue #12078: added physics group. --- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cocos/physics/CCPhysicsBody.h b/cocos/physics/CCPhysicsBody.h index ed0ca49715..8eedaa974f 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 core + * @addtogroup physics * @{ */ diff --git a/cocos/physics/CCPhysicsContact.h b/cocos/physics/CCPhysicsContact.h index 2c0ece62eb..7125fe0923 100644 --- a/cocos/physics/CCPhysicsContact.h +++ b/cocos/physics/CCPhysicsContact.h @@ -55,7 +55,7 @@ typedef struct CC_DLL PhysicsContactData }PhysicsContactData; /** - * @addtogroup core + * @addtogroup physics * @{ */ diff --git a/cocos/physics/CCPhysicsHelper.h b/cocos/physics/CCPhysicsHelper.h index 8f8df3095e..67bafa446e 100644 --- a/cocos/physics/CCPhysicsHelper.h +++ b/cocos/physics/CCPhysicsHelper.h @@ -35,7 +35,7 @@ NS_CC_BEGIN /** - * @addtogroup core + * @addtogroup physics * @{ */ diff --git a/cocos/physics/CCPhysicsJoint.h b/cocos/physics/CCPhysicsJoint.h index b0359076d8..218c483bd6 100644 --- a/cocos/physics/CCPhysicsJoint.h +++ b/cocos/physics/CCPhysicsJoint.h @@ -40,7 +40,7 @@ class PhysicsBody; class PhysicsWorld; /** - * @addtogroup core + * @addtogroup physics * @{ */ diff --git a/cocos/physics/CCPhysicsShape.h b/cocos/physics/CCPhysicsShape.h index 425467e5e9..4c55f2946b 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 core + * @addtogroup physics * @{ */ diff --git a/cocos/physics/CCPhysicsWorld.h b/cocos/physics/CCPhysicsWorld.h index 8544de01cf..1c98511ba1 100644 --- a/cocos/physics/CCPhysicsWorld.h +++ b/cocos/physics/CCPhysicsWorld.h @@ -80,7 +80,7 @@ typedef std::function PhysicsQueryRec typedef PhysicsQueryRectCallbackFunc PhysicsQueryPointCallbackFunc; /** - * @addtogroup core + * @addtogroup physics * @{ */