DoxyAwsome
Installation
curl -fsSL https://unpkg.com/doxyawesome@3/install.sh | sh
Usage
doxygen
Customization
You can customize the theme by setting CSS variables in a custom stylesheet.
HTML_EXTRA_STYLESHEET = https://unpkg.com/doxyawesome@3/style.css my-custom.css
Here's a list of all the variables you can set. Make sure you set them on the
:root
or html
element. Setting these CSS properties on any other element is
undefined behavior. Note that most of these settings require the JavaScript
bundle to be loaded.
:root {
--doxyawesome-force-color-scheme: <dark|light>;
--doxyawesome-hide-memberdecls: <true|false>;
}
Development
npm run dev