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
981 stars 112 forks source link

Suppress list of definitions in inline code #63

Closed jaideep777 closed 2 years ago

jaideep777 commented 2 years ago

Hi, Thanks for the awesome stylesheet!

When using doxygen-awesome.css, I get a list of all definitions of variables used in a function in inline code (those which are already hyperlinked in the code fragment). I don't get this list with the default output. Setting SOURCE_BROWSER to NO doesn't suppress it. How can I suppress it?

See the issue after line 15 within the code fragment.

image

jaideep777 commented 2 years ago

Specifying the style sheet in HTML_EXTRA_STYLESHEET rather than HTML_STYLESHEET solved the problem!