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
protected:
/**
* @js ctor
*/
LabelAtlas()
:_string("")
{}
/**
* @js NA
* @lua NA
*/
virtual ~LabelAtlas()
{
_string.clear();