From 8e2d28b5cfd0e3220ce4c5b38be8d0f3af650c89 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 6 Mar 2021 22:26:23 +0100 Subject: [PATCH] Remove obsolete option from Doxygen config --- tools/Doxyfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/Doxyfile b/tools/Doxyfile index 0b3ad94d..5291fef4 100644 --- a/tools/Doxyfile +++ b/tools/Doxyfile @@ -1002,13 +1002,6 @@ CLANG_OPTIONS = 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