aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-01-11 14:29:20 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-01-11 14:29:20 +0100
commit152cd57bb7d38d3805c3845757ef72563e53a510 (patch)
treeaff02604bd762c5046d758932faee920e5858ac8 /doc/Doxyfile.in
parentb1dc0fa81321b5c46c3d1d654d29969b7a337c85 (diff)
Enable generation of doc for static variables in Eigen's namespace.
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 48bb0a8ec..b42de1bdb 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -409,7 +409,7 @@ EXTRACT_PACKAGE = NO
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.