From 917f9062687a0ffb6274ae0be50f24c471d1cf11 Mon Sep 17 00:00:00 2001 From: Jiaqing Zhao Date: Wed, 7 Jun 2023 08:49:53 +0000 Subject: [PATCH] doc: update acrn.doxyfile for doxygen 1.9.4 Option LATEX_SOURCE_CODE, RTF_SOURCE_CODE and DOCBOOK_PROGRAMLISTING are deprecated in doxygen 1.9.2, and CLASS_DIAGRAMS is deprecated in 1.9.3. Since these options are using default value here, this patch simply comments out them to make it compatible with doxygen 1.9.4. Tracked-On: #8425 Signed-off-by: Jiaqing Zhao Reviewed-by: Junjie Mao --- doc/acrn.doxyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/acrn.doxyfile b/doc/acrn.doxyfile index 1df120f17..c61da9f64 100644 --- a/doc/acrn.doxyfile +++ b/doc/acrn.doxyfile @@ -1809,7 +1809,7 @@ LATEX_HIDE_INDICES = NO # The default value is: NO. # This tag requires that the tag GENERATE_LATEX is set to YES. -LATEX_SOURCE_CODE = NO +# LATEX_SOURCE_CODE = NO # The LATEX_BIB_STYLE tag can be used to specify the style to use for the # bibliography, e.g. plainnat, or ieeetr. See @@ -1891,7 +1891,7 @@ RTF_EXTENSIONS_FILE = # The default value is: NO. # This tag requires that the tag GENERATE_RTF is set to YES. -RTF_SOURCE_CODE = NO +# RTF_SOURCE_CODE = NO #--------------------------------------------------------------------------- # Configuration options related to the man page output @@ -1989,7 +1989,7 @@ DOCBOOK_OUTPUT = docbook # The default value is: NO. # This tag requires that the tag GENERATE_DOCBOOK is set to YES. -DOCBOOK_PROGRAMLISTING = NO +# DOCBOOK_PROGRAMLISTING = NO #--------------------------------------------------------------------------- # Configuration options for the AutoGen Definitions output @@ -2187,7 +2187,7 @@ EXTERNAL_PAGES = YES # powerful graphs. # The default value is: YES. -CLASS_DIAGRAMS = YES +# CLASS_DIAGRAMS = YES # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see: