aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-08-27 10:30:10 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-08-27 10:30:10 +0200
commit904c2e6cfbe22d657c583cd9e5b836a769819dba (patch)
tree59aca7e09627e33204062a392b974b61858e4253 /doc/Doxyfile.in
parentedc496f087755b2858bffa38fa7f3de6337902f2 (diff)
remove EXTRACT_ALL
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index cbbf1086f..167e65067 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -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.