summaryrefslogtreecommitdiffstats
path: root/doxygen/Doxyfile.in
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-09-10 12:41:53 (GMT)
committerGitHub <noreply@github.com>2021-09-10 12:41:53 (GMT)
commitb30a44973e97c56bf7772cdbf767b98f84122397 (patch)
tree7119bde4cf6155222f932f68bcefb1a69d72c178 /doxygen/Doxyfile.in
parentd41c8049b68bb18dc2dd3b15e73571c170e7a102 (diff)
downloadhdf5-b30a44973e97c56bf7772cdbf767b98f84122397.zip
hdf5-b30a44973e97c56bf7772cdbf767b98f84122397.tar.gz
hdf5-b30a44973e97c56bf7772cdbf767b98f84122397.tar.bz2
Merge Fix various warnings and issues in doxygen doc generation #994 (#996)
Diffstat (limited to 'doxygen/Doxyfile.in')
-rw-r--r--doxygen/Doxyfile.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in
index 4af590b..44d9974 100644
--- a/doxygen/Doxyfile.in
+++ b/doxygen/Doxyfile.in
@@ -170,7 +170,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
-STRIP_FROM_PATH =
+STRIP_FROM_PATH = @DOXYGEN_STRIP_FROM_PATH@
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
@@ -1126,13 +1126,6 @@ CLANG_DATABASE_PATH =
ALPHABETICAL_INDEX = YES
-# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
-# which the alphabetical index list will be split.
-# Minimum value: 1, maximum value: 20, default value: 5.
-# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
-
-COLS_IN_ALPHA_INDEX = 5
-
# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored