mirror of https://github.com/axmolengine/axmol.git
issue #3627, remove lua/js doxygen mark from LabelAtals constructor & destructor.
This commit is contained in:
parent
d15874fdf7
commit
8da4879560
|
@ -86,16 +86,10 @@ public:
|
|||
#endif
|
||||
|
||||
protected:
|
||||
/**
|
||||
* @js ctor
|
||||
*/
|
||||
LabelAtlas()
|
||||
:_string("")
|
||||
{}
|
||||
/**
|
||||
* @js NA
|
||||
* @lua NA
|
||||
*/
|
||||
|
||||
virtual ~LabelAtlas()
|
||||
{
|
||||
_string.clear();
|
||||
|
|
Loading…
Reference in New Issue