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 of doxygen/doxygen#8463 Doxygen spits out an XML rendition of the doxyfile contents as Doxyfile.xml, which m.css dutifully tries to consume as though it were a <compounddef> or similar.
I guess you could just skip/delete the Doxyfile.xml, though a more tool-friendly way around this would be to expose an --ignore option to do the inverse of what --wildcard does now, to allow tool devs to say "hey, ignore any xml files matching this pattern", and always add Doxyfile.xml to it implicitly.
(it occurs to me that you may also want to use the Doxyfile.xml to inform m.css behaviour; it seems a pretty useful feature and probably one Doxygen should have been doing a long time ago hah)
The text was updated successfully, but these errors were encountered:
As of doxygen/doxygen#8463 Doxygen spits out an XML rendition of the doxyfile contents as
Doxyfile.xml
, which m.css dutifully tries to consume as though it were a<compounddef>
or similar.I guess you could just skip/delete the
Doxyfile.xml
, though a more tool-friendly way around this would be to expose an--ignore
option to do the inverse of what--wildcard
does now, to allow tool devs to say "hey, ignore any xml files matching this pattern", and always addDoxyfile.xml
to it implicitly.(it occurs to me that you may also want to use the
Doxyfile.xml
to inform m.css behaviour; it seems a pretty useful feature and probably one Doxygen should have been doing a long time ago hah)The text was updated successfully, but these errors were encountered: