Doxygen Awesome
v2.3.4
Modern Doxygen theme
|
To get the best-looking class diagrams for your documentation, generate them with Graphviz as vector graphics with transparent background:
In case INTERACTIVE_SVG = YES
is set in the Doxyfile, all user-defined dotgraphs must be wrapped with the interactive_dotgraph
CSS class for them to be rendered correctly:
INTERACTIVE_SVG
are unsatisfying workarounds IMHO. Consider designing your graphs to be narrow enough to fit the page to avoid scrolling.If you don't want the theme to automatically switch to dark mode depending on the browser preference, you can disable dark mode by adding the light-mode
class to the HTML tag in the header template:
The same can be done to always enable dark mode:
If you have enabled the sidebar-only theme variant, make sure to carefully choose a proper width for your sidebar. It should be wide enough to hold the icon, project title and version number. If the content is too wide, it will be cut off.
The chosen width should also be set in the Doxyfile:
By default tables in this theme are left-aligned and as wide as required to fit their content. Those properties can be changed for individual tables.
Tables can be centered by wrapping them in the <center>
HTML tag.
This table | is centered |
---|---|
test 1 | test 2 |
To make tables span the full width of the page, no matter how wide the content is, wrap the table in the full_width_table
CSS class.
This table | spans the full width |
---|---|
test 1 | test 2 |