From ec731bac0fd1ef0a1d35e4fcf33b6d0d98ef282f Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Fri, 23 Oct 2020 10:07:17 -0700 Subject: [PATCH] doc: update doxygen configuration Update some configuration settings that will be obsolete in the new (1.8.17) doxygen release. Signed-off-by: David B. Kinder --- doc/acrn.doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/acrn.doxyfile b/doc/acrn.doxyfile index 4af6dcf61..fddfed5b7 100644 --- a/doc/acrn.doxyfile +++ b/doc/acrn.doxyfile @@ -2169,7 +2169,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 +# obsolete with 1.8.17 PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool @@ -2191,7 +2191,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 = +# obsolete with 1.8.17 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