summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-12-24 10:55:39 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-12-27 12:28:24 +0200
commit489a861f177af6c564c3b0ecc66bfe21b7240988 (patch)
treead20b703c95b15e4465ddd3c9e626cdef587eaa5 /Documentation
parentd96e6cbf1afa1a1e394118fe3981ac013260c806 (diff)
Documentation: Drop deprecated Doxygen COLS_IN_ALPHA_INDEX option
The Doxygen COLS_IN_ALPHA_INDEX option is deprecated, and generates a warning with the Doxygen's master branch. Drop it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Umang Jain <email@uajain.com> Reviewed-by: Umang Jain <email@uajain.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Doxyfile.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
index 4bbacc46..c986fb6a 100644
--- a/Documentation/Doxyfile.in
+++ b/Documentation/Doxyfile.in
@@ -1059,13 +1059,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