layoutdoxygen

Are there example layouts to make doxygen documentation more appealing?


I was really amazed how the doxygen documentation can look like, for example KDE.

I would love to use a similar style for my own packages. Can anybody tell me how to configure doxygen to make my documentation look better? I assume that this can all be done using this but I wonder if there are some example stylesheets and layout xml files are available anywhere. I did not find any.


Solution

  • Doxygen lets you customize the layout using different tags. You need to specify them in your Doxyfile before compiling the documentation. Take a look here for the official doxygen manual on custom output.

    If you don't feel like doing all the work yourself, there are some options for doxygen stylesheets online. Just have a quick google.

    Hope this helps.