issue #3627, remove lua/js doxygen mark from LabelAtals constructor & destructor.

This commit is contained in:
walzer 2014-01-09 14:21:43 +08:00
parent d15874fdf7
commit 8da4879560
1 changed files with 1 additions and 7 deletions

View File

@ -86,16 +86,10 @@ public:
#endif #endif
protected: protected:
/**
* @js ctor
*/
LabelAtlas() LabelAtlas()
:_string("") :_string("")
{} {}
/**
* @js NA
* @lua NA
*/
virtual ~LabelAtlas() virtual ~LabelAtlas()
{ {
_string.clear(); _string.clear();