We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi -
I've followed the steps on the README in project and the GH site but having no luck.
I have gone through steps to create combined.xml file via the build/doxygen/xml/index.xml run.
combined.xml
build/doxygen/xml/index.xml
With simple ditamap file referencing the moved combined.xml file in root of project:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd"> <map> <topicref format="doxygen" type="topic" href="combined.xml" /> </map>
The referenced combined.xml is not being converted into combined.dita or matching the name of the ditamap file as described in the Guide.
combined.dita
Output is seemingly successful with expected generation of docs, yet no .dita file or files are produced.
Detail from doxygen-generated build/doxygen/xml/Doxyfile.xml
$ cat build/doxygen/xml/Doxyfile.xml | grep XML <doxyfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="doxyfile.xsd" version="1.12.0" xml:lang="en-US"> <option id='GENERATE_XML' default='no' type='bool'><value>YES</value></option> <option id='XML_OUTPUT' default='yes' type='string'><value><![CDATA[xml]]></value></option> <option id='XML_PROGRAMLISTING' default='yes' type='bool'><value>YES</value></option> <option id='XML_NS_MEMB_FILE_SCOPE' default='no' type='bool'><value>YES</value></option>
More info: Running on Macbook with M1 proc macOS Sonoma (14.7.1)
$ doxygen -v 1.12.0 $ xsltproc --version Using libxml 20913, libxslt 10135 and libexslt 820 $ dita --version [17:41:03] DITA-OT version 4.2.3 $ dita plugins [17:41:05] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
Am I missing any steps?? I can't provide the project but was able to reproduce using this random project: https://github.com/TheLartians/ModernCppStarter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi -
I've followed the steps on the README in project and the GH site but having no luck.
I have gone through steps to create
combined.xml
file via thebuild/doxygen/xml/index.xml
run.With simple ditamap file referencing the moved
combined.xml
file in root of project:The referenced
combined.xml
is not being converted intocombined.dita
or matching the name of the ditamap file as described in the Guide.Output is seemingly successful with expected generation of docs, yet no .dita file or files are produced.
Detail from doxygen-generated build/doxygen/xml/Doxyfile.xml
More info:
Running on Macbook with M1 proc
macOS Sonoma (14.7.1)
Am I missing any steps?? I can't provide the project but was able to reproduce using this random project: https://github.com/TheLartians/ModernCppStarter
The text was updated successfully, but these errors were encountered: