This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

doxyawesome

3.2.0 • Public • Published

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

Package Sidebar

Install

npm i doxyawesome

Weekly Downloads

1

Version

3.2.0

License

MIT

Unpacked Size

121 kB

Total Files

6

Last publish

Collaborators

  • jcbhmr