mirror of https://github.com/axmolengine/axmol.git
Merge pull request #1748 from guanqun/fix-doxygen
fix the doxygen output of CCAtlasNode
This commit is contained in:
commit
15251626b0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue