From c86f48f19a9c58998123061777da680e14cbafb9 Mon Sep 17 00:00:00 2001 From: Sipke Vriend Date: Mon, 24 Mar 2025 15:18:33 +1000 Subject: [PATCH] doxygen: tell doxygen to generate xml in order to use the sphinx breathe plugin in the OpenAMP/openamp-docs repository we need to enable xml generation Signed-off-by: Sipke Vriend --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 055d017..5da1561 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1848,7 +1848,7 @@ MAN_LINKS = NO # captures the structure of the code including all documentation. # The default value is: NO. -GENERATE_XML = NO +GENERATE_XML = YES # 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