breathe-doc / breathe

ReStructuredText and Sphinx bridge to Doxygen
https://breathe-doc.org
Other
732 stars 196 forks source link

Automatic way to generate `.rst` files from doxygen xml #978

Closed Adrian8115 closed 1 month ago

Adrian8115 commented 2 months ago

afai read, if I want the data from my doxygen generated .xml files in my sphinx project I always need to add the directives manually. Is there a way to automatically generate these .rst files from my doxygen .xml files (including all directives) with breathe.. so that I don't need to do it manually anymore?

any help is appreciated!

Adrian8115 commented 1 month ago

I found breathe-apidoc as a solution