From 1524e7fa877c1c6efe1e3cc3b677fb2915a69ea4 Mon Sep 17 00:00:00 2001 From: vboxsync Date: Wed, 10 May 2023 14:37:33 +0000 Subject: **/Doxyfile*: Disable markdown support for now. bugref:10442 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99727 cfe28804-0f27-0410-a406-dd0f0b0b656f --- Doxyfile.Core | 1 + src/VBox/Frontends/VirtualBox/Doxyfile | 2 ++ src/VBox/Runtime/Doxyfile | 2 ++ 3 files changed, 5 insertions(+) diff --git a/Doxyfile.Core b/Doxyfile.Core index 56c0aba30e3..177c9fba7cc 100644 --- a/Doxyfile.Core +++ b/Doxyfile.Core @@ -937,3 +937,4 @@ DOT_TRANSPARENT = YES DOT_MULTI_TARGETS = NO GENERATE_LEGEND = YES DOT_CLEANUP = YES +MARKDOWN_SUPPORT = NO diff --git a/src/VBox/Frontends/VirtualBox/Doxyfile b/src/VBox/Frontends/VirtualBox/Doxyfile index c22963293c5..98ec0712688 100644 --- a/src/VBox/Frontends/VirtualBox/Doxyfile +++ b/src/VBox/Frontends/VirtualBox/Doxyfile @@ -2496,3 +2496,5 @@ GENERATE_LEGEND = YES # This tag requires that the tag HAVE_DOT is set to YES. DOT_CLEANUP = YES + +MARKDOWN_SUPPORT = NO diff --git a/src/VBox/Runtime/Doxyfile b/src/VBox/Runtime/Doxyfile index e565a5ff097..c3b5d01429d 100644 --- a/src/VBox/Runtime/Doxyfile +++ b/src/VBox/Runtime/Doxyfile @@ -2545,3 +2545,5 @@ GENERATE_LEGEND = YES # This tag requires that the tag HAVE_DOT is set to YES. DOT_CLEANUP = YES + +MARKDOWN_SUPPORT = NO -- cgit v1.2.1