From 0fbdc9e92572c25053a762a2ab94dc9fa123f89f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 28 Nov 2022 17:11:25 +0100 Subject: [PATCH] Doxyfile: Remove obsolete options and replace obsolete paper type value --- Doxyfile.in | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 56d59f8a64..decbafbecf 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -222,12 +222,6 @@ TAB_SIZE = 4 ALIASES = -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = - # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all @@ -978,13 +972,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 @@ -1583,7 +1570,7 @@ COMPACT_LATEX = NO # The default value is: a4. # This tag requires that the tag GENERATE_LATEX is set to YES. -PAPER_TYPE = a4wide +PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names # that should be included in the LaTeX output. To get the times font for