aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-13 12:14:12 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-29 13:55:06 +0200
commit8cb60c89d8ad4e2ebf3df8fe949d1c001f51c939 (patch)
tree0afbda9b256905c79bb142bbff310c8ec2173400
parentc44e53dec5435bb0188229492a5dedb0c19fb282 (diff)
downloadPROJ-8cb60c89d8ad4e2ebf3df8fe949d1c001f51c939.tar.gz
PROJ-8cb60c89d8ad4e2ebf3df8fe949d1c001f51c939.zip
Doxyfile: remove obsolete COLS_IN_ALPHA_INDEX tag
-rw-r--r--Doxyfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doxyfile b/Doxyfile
index f76b6b1d..37776f9f 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1033,13 +1033,6 @@ VERBATIM_HEADERS = YES
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