remove EXTRACT_ALL

(transplanted from 904c2e6cfbe22d657c583cd9e5b836a769819dba
)
This commit is contained in:
Gael Guennebaud 2012-08-27 10:30:10 +02:00
parent 5cde86fce8
commit 66e7d02533

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.