summaryrefslogtreecommitdiff
path: root/documentation/Doxyfile.in
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-01-17 15:23:58 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-01-17 15:24:07 +0100
commit86a9aa609925c24ef08cae6216b2ace3c920578b (patch)
tree2127b654de57910db1f4669b6a409b7cf27cbca3 /documentation/Doxyfile.in
parentcd611e3957ba234775f2ba723bb6094c52f84a2b (diff)
Comment out deprecated Doxygen tag COLS_IN_ALPHA_INDEX.
Diffstat (limited to 'documentation/Doxyfile.in')
-rw-r--r--documentation/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in
index 64d47ddb1..0c6f8ffac 100644
--- a/documentation/Doxyfile.in
+++ b/documentation/Doxyfile.in
@@ -760,8 +760,8 @@ VERBATIM_HEADERS = YES
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
# in which this list will be split (can be a number in the range [1..20])
-
-COLS_IN_ALPHA_INDEX = 5
+# This tag is deprecated
+#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.