From c7a49cce5646bd6793e36b4cc3418dac4ae81ac9 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Tue, 23 Jan 2024 09:48:34 -0800 Subject: [PATCH] Update the Doxyfile for doxygen in Debian Bookworm (#1946) In Bookworm, the LATEX_SOURCE_CODE and CLASS_DIAGRAMS options are deprecated/removed. Comment these options out in the Doxyfile. Signed-off-by: Saikrishna Arcot --- meta/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/Doxyfile b/meta/Doxyfile index 069f4e3f8..c0b994189 100644 --- a/meta/Doxyfile +++ b/meta/Doxyfile @@ -1681,7 +1681,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 @@ -2031,7 +2031,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: