jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.
https://jothepro.github.io/doxygen-awesome-css/
MIT License
956 stars 108 forks source link

Navigation buttons from non-markdown files #137

Open kmilo17pet opened 4 months ago

kmilo17pet commented 4 months ago

It would be great to have the ability to add navigation buttons from native .dox files from doxygen-awesome.css

Here is an implementation from another project that adds the next_buttonand prev_button classes and some ALIASES in the Doxyfile that adds the necessary commands to use this functionality from the .dox files

https://github.com/QuantumLeaps/ql-doxygen/blob/866b6041d9033e6e9011d18ffe6c40a7cad89c97/ql-awesome.css#L98C2-L98C14

https://github.com/QuantumLeaps/ql-doxygen/blob/866b6041d9033e6e9011d18ffe6c40a7cad89c97/ql-doxyfile#L9