From 05ee98f26e63c3e7c9d6e3354607b05999aa3aa1 Mon Sep 17 00:00:00 2001 From: Walzer Date: Tue, 13 Sep 2011 08:55:38 +0800 Subject: [PATCH] in doxygen.cocos2d-x, set EXTRACT_ALL = YES, SKIP_FUNCTION_MARCOS = NO to export more functions & members, especially the properties in our property marcos --- doxygen/doxygen.cocos2d-x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/doxygen.cocos2d-x b/doxygen/doxygen.cocos2d-x index 068f1c5597..8765c5c26a 100644 --- a/doxygen/doxygen.cocos2d-x +++ b/doxygen/doxygen.cocos2d-x @@ -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