Ask HN: Which tool for generating aesthetically pleasing C++ reference docs?
Doxygen output is not exactly beautiful or state of the art. Tools that take doxygen XMLs and convert them to something visually pleasing and usable seem to be a mixed bag.
Are there any great projects you'd recommend?
10 comments
[ 3.0 ms ] story [ 30.5 ms ] threadyou need to add a config file (json) under your project's root directory, like this one:
https://github.com/shi-yan/Swiftly/blob/master/doctory.conf
to specify the folder of your project that contains the doxygen config file.
readthedocs + breathe might be the best right now.
I have seen someone making really good looking doxygen skins, like this
http://doc.magnum.graphics/magnum/namespaceMagnum_1_1GL.html...
but I don't know if it is opensource.