From 42ab938a192be618c0bedc0fb77e738f2507eaf0 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Thu, 10 Sep 2015 19:11:32 +0200 Subject: [PATCH] No longer generate XML from Doxygen, was used for Breathe+Sphinx integration. --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 39fa630c4..00eec7dfb 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1845,7 +1845,7 @@ MAN_LINKS = NO # captures the structure of the code including all documentation. # The default value is: NO. -GENERATE_XML = YES +GENERATE_XML = NO # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of