From 8f3bbe3c40a392de3ddc0f2de4c20ab8daad57a5 Mon Sep 17 00:00:00 2001 From: Wenhai Lin Date: Fri, 27 Mar 2015 15:25:44 +0800 Subject: [PATCH 1/2] [ci skip]Update comments --- cocos/2d/CCGrabber.h | 2 +- cocos/2d/CCGrid.h | 2 +- cocos/base/CCNS.h | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cocos/2d/CCGrabber.h b/cocos/2d/CCGrabber.h index 65f3fe3ab3..2f70024ab4 100644 --- a/cocos/2d/CCGrabber.h +++ b/cocos/2d/CCGrabber.h @@ -34,7 +34,7 @@ NS_CC_BEGIN class Texture2D; /** - * @addtogroup effects + * @addtogroup _2d * @{ */ diff --git a/cocos/2d/CCGrid.h b/cocos/2d/CCGrid.h index 7e43bed725..5e019a3e7b 100644 --- a/cocos/2d/CCGrid.h +++ b/cocos/2d/CCGrid.h @@ -38,7 +38,7 @@ class GLProgram; class Node; /** - * @addtogroup effects + * @addtogroup _2d * @{ */ diff --git a/cocos/base/CCNS.h b/cocos/base/CCNS.h index cacd940f65..2d2c76ff91 100644 --- a/cocos/base/CCNS.h +++ b/cocos/base/CCNS.h @@ -25,6 +25,7 @@ THE SOFTWARE. #ifndef __PLATFOMR_CCNS_H__ #define __PLATFOMR_CCNS_H__ +/// @cond DO_NOT_SHOW #include "math/CCGeometry.h" @@ -76,6 +77,7 @@ Size CC_DLL SizeFromString(const std::string& str); NS_CC_END +/// @endcond #endif // __PLATFOMR_CCNS_H__ From 6f117c4f4905012f52867b1d2463eab5e3064a19 Mon Sep 17 00:00:00 2001 From: Wenhai Lin Date: Fri, 27 Mar 2015 15:31:42 +0800 Subject: [PATCH 2/2] [ci skip]Update comments --- cocos/base/CCNS.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cocos/base/CCNS.h b/cocos/base/CCNS.h index 2d2c76ff91..c970567a15 100644 --- a/cocos/base/CCNS.h +++ b/cocos/base/CCNS.h @@ -25,14 +25,13 @@ THE SOFTWARE. #ifndef __PLATFOMR_CCNS_H__ #define __PLATFOMR_CCNS_H__ -/// @cond DO_NOT_SHOW #include "math/CCGeometry.h" NS_CC_BEGIN /** - * @addtogroup data_structures + * @addtogroup base * @{ */ @@ -77,7 +76,6 @@ Size CC_DLL SizeFromString(const std::string& str); NS_CC_END -/// @endcond #endif // __PLATFOMR_CCNS_H__