summaryrefslogtreecommitdiffhomepage
path: root/eigen/doc/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/doc/Doxyfile.in')
-rw-r--r--eigen/doc/Doxyfile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/eigen/doc/Doxyfile.in b/eigen/doc/Doxyfile.in
index 2109978..48bb0a8 100644
--- a/eigen/doc/Doxyfile.in
+++ b/eigen/doc/Doxyfile.in
@@ -229,8 +229,7 @@ ALIASES = "only_for_vectors=This is only for vectors (either row-
"blank= " \
"cpp11=<span class='cpp11'>[c++11]</span>" \
"cpp14=<span class='cpp14'>[c++14]</span>" \
- "cpp17=<span class='cpp17'>[c++17]</span>" \
- "newin{1}=<span class='newin3x'>New in %Eigen \1.</span>"
+ "cpp17=<span class='cpp17'>[c++17]</span>"
ALIASES += "eigenAutoToc= "
@@ -410,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 = YES
+EXTRACT_STATIC = NO
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.