mirror of https://github.com/axmolengine/axmol.git
Modify group name for physics and Texture2d, Texture2dCache, TextureAtlas.
This commit is contained in:
parent
657f270855
commit
587931faaa
|
@ -48,7 +48,7 @@ typedef Vec2 Vect;
|
||||||
const PhysicsMaterial PHYSICSBODY_MATERIAL_DEFAULT(0.1f, 0.5f, 0.5f);
|
const PhysicsMaterial PHYSICSBODY_MATERIAL_DEFAULT(0.1f, 0.5f, 0.5f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup physics
|
* @addtogroup core
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ typedef struct CC_DLL PhysicsContactData
|
||||||
}PhysicsContactData;
|
}PhysicsContactData;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup physics
|
* @addtogroup core
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup physics
|
* @addtogroup core
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ class PhysicsBody;
|
||||||
class PhysicsWorld;
|
class PhysicsWorld;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup physics
|
* @addtogroup core
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ typedef struct CC_DLL PhysicsMaterial
|
||||||
const PhysicsMaterial PHYSICSSHAPE_MATERIAL_DEFAULT;
|
const PhysicsMaterial PHYSICSSHAPE_MATERIAL_DEFAULT;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup physics
|
* @addtogroup core
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,7 @@ typedef std::function<bool(PhysicsWorld&, PhysicsShape&, void*)> PhysicsQueryRec
|
||||||
typedef PhysicsQueryRectCallbackFunc PhysicsQueryPointCallbackFunc;
|
typedef PhysicsQueryRectCallbackFunc PhysicsQueryPointCallbackFunc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup physics
|
* @addtogroup core
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ class Image;
|
||||||
typedef struct _MipmapInfo MipmapInfo;
|
typedef struct _MipmapInfo MipmapInfo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup textures
|
* @addtogroup _2d
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ class EventCustom;
|
||||||
class EventListenerCustom;
|
class EventListenerCustom;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup textures
|
* @addtogroup _2d
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ THE SOFTWARE.
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup textures
|
* @addtogroup _2d
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue