3.2.0 • Published 7 months ago

doxyawesome v3.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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 {
  /* If set, this overrides the color scheme logic. */
  --doxyawesome-force-color-scheme: <dark|light>;

  /* If set to 'true', this will hide the list of all declared things and skip
     straight to the list instead */
  --doxyawesome-hide-memberdecls: <true|false>;
}

Development

npm run dev
3.2.0

7 months ago

3.1.0

7 months ago

3.0.0

7 months ago