From 053267e254dda6e7367969c4a59e936b50e2a802 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Fri, 27 Jul 2018 19:11:42 -0400 Subject: [PATCH] [Doc] Generate XML output with Doxygen This output will be useful to generate links from the website pages to the C++ documentation; see Cantera/cantera-website#16 --- .travis.yml | 1 + doc/doxygen/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ea66bf65..d7d476c7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ script: | --rsh='ssh -i ./doc/ctdeploy_key' --exclude='*.map' --exclude='*.md5' + --exclude='/doxygen/xml' --delete --delete-excluded ) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 9c4518313..ba2c08130 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -1163,7 +1163,7 @@ MAN_LINKS = NO # generate an XML file that captures the structure of # the code including all documentation. -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