You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see the order of ObjectSize & Version are different. This might be because of the alphabetic ordering of doxygen in the index.xml.
Now using exhale & breathe to generate sphinx docu results in an error. The ObjectSize struct is displayed correct (spaceA::spaceB::v1::ObjectSize), but the Version struct is not found, it searches for spaceA::spaceB::v1::spaceA::spaceB::Version, which is not found.
It seems that the order of entries in the doxygen xml is important, when having inline namespaces in c++.
Best regards.
The text was updated successfully, but these errors were encountered:
Hello,
I am using doxygen to generate the index.xml and forward it to exhale & breathe generating a sphinx docu.
My code contains inline namespaces, e.g.:
Now I generate the doxygen index.xml:
As you can see the order of ObjectSize & Version are different. This might be because of the alphabetic ordering of doxygen in the index.xml.
Now using exhale & breathe to generate sphinx docu results in an error. The ObjectSize struct is displayed correct (spaceA::spaceB::v1::ObjectSize), but the Version struct is not found, it searches for spaceA::spaceB::v1::spaceA::spaceB::Version, which is not found.
It seems that the order of entries in the doxygen xml is important, when having inline namespaces in c++.
Best regards.
The text was updated successfully, but these errors were encountered: