Merge pull request #1748 from guanqun/fix-doxygen

fix the doxygen output of CCAtlasNode
This commit is contained in:
James Chen 2012-12-10 01:01:21 -08:00
commit 15251626b0
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ NS_CC_BEGIN
class CCTextureAtlas;
/** @brief CCAtlasNode is a subclass of CCNode that implements the CCRGBAProtocol and
CCTextureProtocol protocol
/** @brief CCAtlasNode is a subclass of CCNode that implements the CCRGBAProtocol and CCTextureProtocol protocol
It knows how to render a TextureAtlas object.
If you are going to render a TextureAtlas consider subclassing CCAtlasNode (or a subclass of CCAtlasNode)