Docs/doxygen-awesome-css/README.md
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 in your documentation, copy the required CSS and JS files from this repository into your project or add the repository as submodule and check out the latest release:
git submodule add https://github.com/jothepro/doxygen-awesome-css.git
cd doxygen-awesome-css
git checkout v2.1.0
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.
There is two layout options. Choose one of them and configure Doxygen accordingly:
<div class="darkmode_inverted_image"> </div>Comes with the typical Doxygen titlebar. Optionally the treeview in the sidebar can be enabled.
Required files: doxygen-awesome.css
Required Doxyfile configuration:
GENERATE_TREEVIEW = YES # optional. Also works without treeview
DISABLE_INDEX = NO
FULL_SIDEBAR = NO
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css
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:
GENERATE_TREEVIEW = YES # required!
DISABLE_INDEX = NO
FULL_SIDEBAR = NO
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
doxygen-awesome-css/doxygen-awesome-sidebar-only.css
Caution: This theme is not compatible with the FULL_SIDEBAR = YES option provided by Doxygen!
Tested with
The theme does not strive to be backwards compatible to (significantly) older browser versions.
Read Next: Extensions </span>