From ebdc52216e347fd6887ddda5ce4f6374f145e105 Mon Sep 17 00:00:00 2001 From: Vesa Oikonen <vesoik@utu.fi> Date: Fri, 5 Feb 2021 16:30:54 +0200 Subject: [PATCH] updated for new Doxygen version --- Doxyfile | 7 ------- v1/Doxyfile | 7 ------- v2/Doxyfile | 7 ------- 3 files changed, 21 deletions(-) diff --git a/Doxyfile b/Doxyfile index d61079c5..5eb66f37 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1114,13 +1114,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 diff --git a/v1/Doxyfile b/v1/Doxyfile index 69477fc1..100802ae 100644 --- a/v1/Doxyfile +++ b/v1/Doxyfile @@ -1111,13 +1111,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 diff --git a/v2/Doxyfile b/v2/Doxyfile index 2b8c6f00..3de0e1a8 100644 --- a/v2/Doxyfile +++ b/v2/Doxyfile @@ -1111,13 +1111,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 -- GitLab