From 8da48795609b9ac5a8f8bbbf9af8213a2dd8dfae Mon Sep 17 00:00:00 2001 From: walzer Date: Thu, 9 Jan 2014 14:21:43 +0800 Subject: [PATCH] issue #3627, remove lua/js doxygen mark from LabelAtals constructor & destructor. --- cocos/2d/CCLabelAtlas.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/cocos/2d/CCLabelAtlas.h b/cocos/2d/CCLabelAtlas.h index 4eb25b67af..47064c14c7 100644 --- a/cocos/2d/CCLabelAtlas.h +++ b/cocos/2d/CCLabelAtlas.h @@ -86,16 +86,10 @@ public: #endif protected: - /** - * @js ctor - */ LabelAtlas() :_string("") {} - /** - * @js NA - * @lua NA - */ + virtual ~LabelAtlas() { _string.clear();