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
1k stars 117 forks source link

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

Closed iamAyushChamoli closed 1 month ago

iamAyushChamoli commented 1 month 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 1 month ago

@jothepro can you check if this works as desired?