We're using Doxygen's XML output to build an XML database of the C++ program's declarations, and then our own custom XSL toolchain to process that into Boostbook output. Typical javadoc looks like this:
https://github.com/CPPAlliance/url/blob/336917aca8d09b950b85c2cabdd46375aa0f0fb7/include/boost/url/url_view.hpp#L535
And the rendered output from our toolchain:
https://master.url.cpp.al/url/ref/boost__urls__url_view/user.html
We're having more and more problems with Doxygen not recognizing C++ syntax, such as deleted functions or template aliases. And it doesn't pick up markdown in some places, and so on.
Where is standardese in terms of completeness? Is there enough there to support our use-case that we might consider a trial integration? Or does it still need more time? Thanks!
We're using Doxygen's XML output to build an XML database of the C++ program's declarations, and then our own custom XSL toolchain to process that into Boostbook output. Typical javadoc looks like this:
https://github.com/CPPAlliance/url/blob/336917aca8d09b950b85c2cabdd46375aa0f0fb7/include/boost/url/url_view.hpp#L535
And the rendered output from our toolchain:
https://master.url.cpp.al/url/ref/boost__urls__url_view/user.html
We're having more and more problems with Doxygen not recognizing C++ syntax, such as deleted functions or template aliases. And it doesn't pick up markdown in some places, and so on.
Where is standardese in terms of completeness? Is there enough there to support our use-case that we might consider a trial integration? Or does it still need more time? Thanks!