You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MOAILuaFactoryClass<> and MOAILuaSingletonClass<> expose a number of methods to Lua that have no Doxygen documentation. MoaiUtils already comes with built-in documentation for getClass(), getClassName(), and setInterface().
Add support for the (many) missing methods; clearly separate between static and instance methods; add minimal documentation text.
The text was updated successfully, but these errors were encountered:
MOAILuaFactoryClass<>
andMOAILuaSingletonClass<>
expose a number of methods to Lua that have no Doxygen documentation. MoaiUtils already comes with built-in documentation forgetClass()
,getClassName()
, andsetInterface()
.Add support for the (many) missing methods; clearly separate between static and instance methods; add minimal documentation text.
The text was updated successfully, but these errors were encountered: