mirror of https://github.com/axmolengine/axmol.git
in doxygen.cocos2d-x, set EXTRACT_ALL = YES, SKIP_FUNCTION_MARCOS = NO to export more functions & members, especially the properties in our property marcos
This commit is contained in:
parent
8082b91c0e
commit
05ee98f26e
|
@ -328,7 +328,7 @@ SYMBOL_CACHE_SIZE = 0
|
||||||
# Private class members and static file members will be hidden unless
|
# Private class members and static file members will be hidden unless
|
||||||
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
|
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
|
||||||
|
|
||||||
EXTRACT_ALL = NO
|
EXTRACT_ALL = YES
|
||||||
|
|
||||||
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
|
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
|
||||||
# will be included in the documentation.
|
# will be included in the documentation.
|
||||||
|
@ -1471,7 +1471,7 @@ EXPAND_AS_DEFINED =
|
||||||
# that are alone on a line, have an all uppercase name, and do not end with a
|
# that are alone on a line, have an all uppercase name, and do not end with a
|
||||||
# semicolon, because these will confuse the parser if not removed.
|
# semicolon, because these will confuse the parser if not removed.
|
||||||
|
|
||||||
SKIP_FUNCTION_MACROS = YES
|
SKIP_FUNCTION_MACROS = NO
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration::additions related to external references
|
# Configuration::additions related to external references
|
||||||
|
|
Loading…
Reference in New Issue