Merge branch 'development' into NetworkedFields

This commit is contained in:
Areloch 2018-02-14 00:11:32 -06:00 committed by GitHub
commit 2e6f0bde1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
189 changed files with 15543 additions and 3896 deletions

View file

@ -1265,10 +1265,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 )
/// @}
//------------------------------------------------------------------------------