Skip to content
New issue

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

Documentation seems to be missing a step, no output generated #12

Open
seadub opened this issue Nov 15, 2024 · 0 comments
Open

Documentation seems to be missing a step, no output generated #12

seadub opened this issue Nov 15, 2024 · 0 comments

Comments

@seadub
Copy link

seadub commented Nov 15, 2024

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.

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.

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)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant