summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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