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
1.06k stars 118 forks source link

(Fixed) [Feature Request] capability to render tabs from subheading #150

Closed iamAyushChamoli closed 4 months ago

iamAyushChamoli commented 4 months ago

Fixes: #149

the querySelectorAll call now selects both li elements and h2 elements with the class name "tab-title". The rest of the code remains the same, so it will create tabs out of both list items and subheadings with the class name "tab-title".

iamAyushChamoli commented 4 months ago

@jothepro can you check if this works as desired?