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:
Walzer 2011-09-13 08:55:38 +08:00
parent 8082b91c0e
commit 05ee98f26e
1 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# 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
# 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
# semicolon, because these will confuse the parser if not removed.
SKIP_FUNCTION_MACROS = YES
SKIP_FUNCTION_MACROS = NO
#---------------------------------------------------------------------------
# Configuration::additions related to external references