summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 14:37:33 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 14:37:33 +0000
commit1524e7fa877c1c6efe1e3cc3b677fb2915a69ea4 (patch)
tree5f112d9c82e8b2bcfb91922dceea196281ae5b6f
parent5fdcaa98d2320d9a310386c3d287585098f597e4 (diff)
downloadVirtualBox-svn-1524e7fa877c1c6efe1e3cc3b677fb2915a69ea4.tar.gz
**/Doxyfile*: Disable markdown support for now. bugref:10442
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99727 cfe28804-0f27-0410-a406-dd0f0b0b656f
-rw-r--r--Doxyfile.Core1
-rw-r--r--src/VBox/Frontends/VirtualBox/Doxyfile2
-rw-r--r--src/VBox/Runtime/Doxyfile2
3 files changed, 5 insertions, 0 deletions
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