Doxygen Awesome
v2.3.4
Modern Doxygen theme
|
Doxygen Awesome is a custom CSS theme for Doxygen HTML documentation with lots of customization parameters.
I really like how the Doxygen HTML documentation is structured! But IMHO it looks a bit outdated.
This theme is an attempt to update the visuals of Doxygen without changing its overall layout too much.
Some websites using this theme:
To use the theme when generating your documentation, bring the required CSS and JS files from this repository into your project.
This can be done in several ways:
All theme files are located in the root of this repository and start with the prefix doxygen-awesome-
. You may not need all of them. Follow the install instructions to figure out what files are required for your setup.
For projects that use git, add the repository as a submodule and check out the desired release:
In the npm ecosystem, this project can be added as a development dependency to your project:
Similarly, in the xPack ecosystem, this project can be added as a development dependency to an xpm
managed project.
You can even install the theme system-wide by running make install
. The files will be installed to /usr/local/share/
by default, but you can customize the install location with make PREFIX=/my/custom/path install
.
There are two layout options. Choose one of them and configure Doxygen accordingly:
Base Theme
Comes with the typical Doxygen titlebar. Optionally the treeview in the sidebar can be enabled.
Required files: doxygen-awesome.css
Required Doxyfile
configuration:
Sidebar-Only Theme
Hides the top titlebar to give more space to the content. The treeview must be enabled in order for this theme to work.
Required files: doxygen-awesome.css
, doxygen-awesome-sidebar-only.css
Required Doxyfile
configuration:
FULL_SIDEBAR = YES
option provided by Doxygen!HTML_COLORSTYLE
must be set to LIGHT
since Doxygen 1.9.5!Tested with
The theme does not strive to be backward compatible with (significantly) older browser versions.
Thanks for all the bug reports and inspiring feedback on GitHub!