Skip to content

XML output does not include cross-references in code-fragments #8357

Closed
@lukaspj

Description

@lukaspj

Describe the bug
I'm running Doxygen on the Torque3D code-base, and generating an XML file and HTML site.

The HTML site has cross-references in code-fragments:
image

But XML does not (excerpt):

<para><programlisting><codeline><highlight class="normal">class<sp/>mySubClass<sp/>:<sp/>public<sp/>SimObject<sp/>{</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>typedef<sp/>SimObject<sp/>Parent;</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>...</highlight></codeline>
</programlisting></para>

Expected behavior
I expected elements inside the corresponding to the cross-references found in HTML

To Reproduce
MWE with example output included:
doxygen-fragments.zip

Version
Doxygen: 1.8.17 (fetched via apt-get) and 1.9.1 (downloaded from website)
Running inside a Docker container with Ubuntu 20.04 as base

Additional context
I don't mind poking around in Doxygen myself and see if I can solve it myself, but I'm not familiar with the code-base and could really use some guidance. Also my time is limited, so I might not be able to solve it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions