You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 customizations must be applied before calling `DoxygenAwesomeParagraphLink.init()`!
146
146
147
-
## Interactive TOC
147
+
## Interactive TOC {#extension-toc}
148
148
149
149
On large screens the Table of Contents (TOC) is anchored on the top right of the page. This extension visualizes the reading progress by dynamically highlighting the currently active section.
150
150
@@ -184,7 +184,7 @@ Hiding the TOC on small screens can be disabled. It is still interactive and can
Copy file name to clipboardExpand all lines: docs/tricks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[TOC]
4
4
5
-
## Diagrams with Graphviz
5
+
## Diagrams with Graphviz {#tricks-graphviz}
6
6
7
7
To get the best looking class diagrams for your documentation, generate them with Graphviz as vector graphics with transparent background:
8
8
@@ -25,7 +25,7 @@ In case `INTERACTIVE_SVG = YES` is set in the Doxyfile, all user-defined dotgrap
25
25
26
26
@note Both the default overflow scrolling behavior in this theme and the interactive editor enabled by `INTERACTIVE_SVG` are unsatisfying workarounds IMHO. Consider designing your graphs to be narrow enough to fit the page to avoid scrolling.
27
27
28
-
## Disable Dark Mode
28
+
## Disable Dark Mode {#tricks-darkmode}
29
29
30
30
If you don't want the theme to automatically switch to dark mode depending on the browser preference,
31
31
you can disable dark mode by adding the `light-mode` class to the html-tag in the header template:
@@ -43,7 +43,7 @@ The same can be done to always enable dark-mode:
43
43
44
44
@warning This only works if you don't use the dark-mode toggle extension.
45
45
46
-
## Choosing Sidebar Width
46
+
## Choosing Sidebar Width {#tricks-sidebar}
47
47
48
48
If you have enabled the sidebar-only theme variant, make sure to carefully choose a proper width for your sidebar.
49
49
It should be wide enough to hold the icon, project title and version number. If the content is too wide, it will be
@@ -63,7 +63,7 @@ The chosen width should also be set in the Doxyfile:
63
63
TREEVIEW_WIDTH = 335
64
64
```
65
65
66
-
## Formatting Tables
66
+
## Formatting Tables {#tricks-tables}
67
67
68
68
By default tables in this theme are left-aligned and as wide as required to fit their content.
69
69
Those properties can be changed for individual tables.
0 commit comments