remove EXTRACT_ALL

This commit is contained in:
Gael Guennebaud 2012-08-27 10:30:10 +02:00
parent edc496f087
commit 904c2e6cfb

View File

@ -302,7 +302,7 @@ TYPEDEF_HIDES_STRUCT = NO
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
EXTRACT_ALL = YES
EXTRACT_ALL = NO
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.