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

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

Open iamAyushChamoli opened 3 months ago

iamAyushChamoli commented 3 months ago

Fixes #149

Replaced the querySelectorAll call for selecting tabs from list items (:scope > ul > li) with a more generic selector that includes elements with the class name "tab-title"