2023 Charge Up
0.1.0
Code for the Titanium Titans (FRC Team #4467)'s 2023 robot
|
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:
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
.
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:
Comes with the typical Doxygen titlebar. Optionally the treeview in the sidebar can be enabled.
Required files: doxygen-awesome.css
Required Doxyfile
configuration:
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:
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.