diff --git a/apidocs/c/c-prof.conf b/apidocs/c/c-prof.conf index 2c81d4c6..1103bc20 100644 --- a/apidocs/c/c-prof.conf +++ b/apidocs/c/c-prof.conf @@ -1865,7 +1865,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 diff --git a/apidocs/python/gen.sh b/apidocs/python/gen.sh index cc0454ef..480c19a1 100755 --- a/apidocs/python/gen.sh +++ b/apidocs/python/gen.sh @@ -1 +1 @@ -sphinx-apidoc -f -o . src && make html +sphinx-apidoc -f -o . src && make xml