From 20244a18b80e6e4a38756c8b3211a0332aa80d22 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Mon, 29 Mar 2021 18:10:52 +0200 Subject: [PATCH] doc: Disable doxygen options marked as obsolete in newer versions Next step would be to upgrade the entire Doxyfile to meet the new specs. For now, prevent doxygen from generating warnings about these opts. Signed-off-by: Michal Berger Change-Id: I2761675a435beb49abede89bc520c12a2cdc2dff Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7134 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Community-CI: Mellanox Build Bot --- doc/Doxyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index cba68b6f6..8b4bc4e74 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -234,7 +234,7 @@ ALIASES = # 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 = +# 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 @@ -1103,7 +1103,7 @@ ALPHABETICAL_INDEX = YES # 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 +# 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 @@ -2168,7 +2168,7 @@ EXTERNAL_PAGES = YES # interpreter (i.e. the result of 'which perl'). # The default file (with absolute path) is: /usr/bin/perl. -PERL_PATH = /usr/bin/perl +# PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool @@ -2190,7 +2190,7 @@ CLASS_DIAGRAMS = YES # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. -MSCGEN_PATH = +# MSCGEN_PATH = # You can include diagrams made with dia in doxygen documentation. Doxygen will # then run dia to produce the diagram and insert it in the documentation. The