mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Remove nested CLASSDOC Macro
This commit is contained in:
parent
e4427b7654
commit
fafc3acd5e
2 changed files with 1 additions and 5 deletions
|
|
@ -1263,10 +1263,6 @@ inline bool& ConsoleObject::getDynamicGroupExpand()
|
|||
EnginePropertyTable _propTable( sizeof( _props ) / sizeof( _props[ 0 ] ) - 1, _props ); \
|
||||
} }
|
||||
|
||||
/// Add an auto-doc for a class.
|
||||
#define ConsoleDocClass( className, docString ) \
|
||||
CLASSDOC( className, docString )
|
||||
|
||||
/// @}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue