From af12891cfcea61e3746ab5301149882258c9b5ae Mon Sep 17 00:00:00 2001 From: Jacky Date: Tue, 24 Mar 2015 10:34:41 +0800 Subject: [PATCH] [ci skip]update headers' module name. --- cocos/2d/CCLayer.h | 4 ++-- cocos/2d/CCMotionStreak.h | 4 ++-- cocos/2d/CCNode.h | 4 ++-- cocos/2d/CCParallaxNode.h | 4 ++-- cocos/2d/CCParticleBatchNode.h | 4 ++-- cocos/2d/CCParticleExamples.h | 4 ++-- cocos/2d/CCParticleSystem.h | 4 ++-- cocos/2d/CCParticleSystemQuad.h | 4 ++-- cocos/2d/CCScene.h | 4 ++-- cocos/2d/CCSpriteFrame.h | 4 ++-- cocos/2d/CCSpriteFrameCache.h | 4 ++-- cocos/2d/CCTransition.h | 4 ++-- cocos/2d/CCTransitionPageTurn.h | 4 ++-- cocos/2d/CCTransitionProgress.h | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/cocos/2d/CCLayer.h b/cocos/2d/CCLayer.h index 9f6dd60adb..25bea8eda1 100644 --- a/cocos/2d/CCLayer.h +++ b/cocos/2d/CCLayer.h @@ -36,7 +36,7 @@ THE SOFTWARE. NS_CC_BEGIN /** - * @addtogroup layer + * @addtogroup _2d * @{ */ @@ -652,7 +652,7 @@ private: }; -// end of layer group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCMotionStreak.h b/cocos/2d/CCMotionStreak.h index 7a33d97218..9b9245c115 100644 --- a/cocos/2d/CCMotionStreak.h +++ b/cocos/2d/CCMotionStreak.h @@ -35,7 +35,7 @@ NS_CC_BEGIN class Texture2D; /** - * @addtogroup misc_nodes + * @addtogroup _2d * @{ */ @@ -183,7 +183,7 @@ private: CC_DISALLOW_COPY_AND_ASSIGN(MotionStreak); }; -// end of misc_nodes group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCNode.h b/cocos/2d/CCNode.h index dd4dbc64fe..0808e9fe64 100644 --- a/cocos/2d/CCNode.h +++ b/cocos/2d/CCNode.h @@ -57,7 +57,7 @@ class PhysicsBody; #endif /** - * @addtogroup base_nodes + * @addtogroup _2d * @{ */ @@ -1906,7 +1906,7 @@ private: CC_DISALLOW_COPY_AND_ASSIGN(__NodeRGBA); }; -// end of base_node group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCParallaxNode.h b/cocos/2d/CCParallaxNode.h index 080ef8358e..d67a4a7ee3 100644 --- a/cocos/2d/CCParallaxNode.h +++ b/cocos/2d/CCParallaxNode.h @@ -35,7 +35,7 @@ NS_CC_BEGIN struct _ccArray; /** - * @addtogroup tilemap_parallax_nodes + * @addtogroup _2d * @{ */ @@ -110,7 +110,7 @@ private: CC_DISALLOW_COPY_AND_ASSIGN(ParallaxNode); }; -// end of tilemap_parallax_nodes group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCParticleBatchNode.h b/cocos/2d/CCParticleBatchNode.h index 2ad880f3d0..e7fc20abf4 100644 --- a/cocos/2d/CCParticleBatchNode.h +++ b/cocos/2d/CCParticleBatchNode.h @@ -41,7 +41,7 @@ class TextureAtlas; class ParticleSystem; /** - * @addtogroup particle_nodes + * @addtogroup _2d * @{ */ @@ -178,7 +178,7 @@ private: BatchCommand _batchCommand; }; -// end of particle_nodes group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCParticleExamples.h b/cocos/2d/CCParticleExamples.h index c8c19ed7ca..e08ae47ae9 100644 --- a/cocos/2d/CCParticleExamples.h +++ b/cocos/2d/CCParticleExamples.h @@ -32,7 +32,7 @@ THE SOFTWARE. NS_CC_BEGIN /** - * @addtogroup particle_nodes + * @addtogroup _2d * @{ */ @@ -436,7 +436,7 @@ private: CC_DISALLOW_COPY_AND_ASSIGN(ParticleRain); }; -// end of particle_nodes group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCParticleSystem.h b/cocos/2d/CCParticleSystem.h index 8751bbfaa7..8b8e34fafe 100644 --- a/cocos/2d/CCParticleSystem.h +++ b/cocos/2d/CCParticleSystem.h @@ -34,7 +34,7 @@ THE SOFTWARE. NS_CC_BEGIN /** - * @addtogroup particle_nodes + * @addtogroup _2d * @{ */ @@ -908,7 +908,7 @@ private: CC_DISALLOW_COPY_AND_ASSIGN(ParticleSystem); }; -// end of particle_nodes group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCParticleSystemQuad.h b/cocos/2d/CCParticleSystemQuad.h index 5ccc6c8b18..0769bc77e6 100644 --- a/cocos/2d/CCParticleSystemQuad.h +++ b/cocos/2d/CCParticleSystemQuad.h @@ -37,7 +37,7 @@ class SpriteFrame; class EventCustom; /** - * @addtogroup particle_nodes + * @addtogroup _2d * @{ */ @@ -186,7 +186,7 @@ private: CC_DISALLOW_COPY_AND_ASSIGN(ParticleSystemQuad); }; -// end of particle_nodes group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCScene.h b/cocos/2d/CCScene.h index 95fd68f0d7..1a6794db66 100644 --- a/cocos/2d/CCScene.h +++ b/cocos/2d/CCScene.h @@ -42,7 +42,7 @@ class EventCustom; class PhysicsWorld; #endif /** - * @addtogroup scene + * @addtogroup _2d * @{ */ @@ -160,7 +160,7 @@ protected: #endif // CC_USE_PHYSICS }; -// end of scene group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCSpriteFrame.h b/cocos/2d/CCSpriteFrame.h index e1ad24f0cc..064240cdd9 100644 --- a/cocos/2d/CCSpriteFrame.h +++ b/cocos/2d/CCSpriteFrame.h @@ -37,7 +37,7 @@ NS_CC_BEGIN class Texture2D; /** - * @addtogroup sprite_nodes + * @addtogroup _2d * @{ */ @@ -233,7 +233,7 @@ protected: std::string _textureFilename; }; -// end of sprite_nodes group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCSpriteFrameCache.h b/cocos/2d/CCSpriteFrameCache.h index c5a0cfe880..5cb666e32a 100644 --- a/cocos/2d/CCSpriteFrameCache.h +++ b/cocos/2d/CCSpriteFrameCache.h @@ -47,7 +47,7 @@ class Sprite; class Texture2D; /** - * @addtogroup sprite_nodes + * @addtogroup _2d * @{ */ @@ -211,7 +211,7 @@ protected: std::set* _loadedFileNames; }; -// end of sprite_nodes group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCTransition.h b/cocos/2d/CCTransition.h index b56f11e8be..bf8b001407 100644 --- a/cocos/2d/CCTransition.h +++ b/cocos/2d/CCTransition.h @@ -33,7 +33,7 @@ THE SOFTWARE. NS_CC_BEGIN /** - * @addtogroup transition + * @addtogroup _2d * @{ */ @@ -1088,7 +1088,7 @@ private: }; -// end of transition group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCTransitionPageTurn.h b/cocos/2d/CCTransitionPageTurn.h index 9d29ee01f7..97feaff69e 100644 --- a/cocos/2d/CCTransitionPageTurn.h +++ b/cocos/2d/CCTransitionPageTurn.h @@ -35,7 +35,7 @@ NS_CC_BEGIN class NodeGrid; /** - * @addtogroup transition + * @addtogroup _2d * @{ */ @@ -115,7 +115,7 @@ protected: bool _back; }; -// end of transition group +// end of _2d group /// @} NS_CC_END diff --git a/cocos/2d/CCTransitionProgress.h b/cocos/2d/CCTransitionProgress.h index 870680c080..9cbc5f3194 100644 --- a/cocos/2d/CCTransitionProgress.h +++ b/cocos/2d/CCTransitionProgress.h @@ -36,7 +36,7 @@ class ProgressTimer; class RenderTexture; /** - * @addtogroup transition + * @addtogroup _2d * @{ */ /** @class TransitionProgress @@ -254,7 +254,7 @@ protected: }; -// end of transition group +// end of _2d group /// @} NS_CC_END