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
Copy file name to clipboardExpand all lines: api-docs/cppdocs/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
We currently use `doxygen` for our C++ documentation generation.
4
4
5
-
> Note: Using anything newer than doxygen 1.9.4 will cause minor issues with the website whenever the selected theme conflicts with the OS/browser light/dark mode selection.
6
-
7
5
Generating documentation with Doxygen couldn't be simpler. Just install it and run:
8
6
9
7
```
@@ -14,7 +12,7 @@ From this directory. The output will be stored in `html/`
14
12
15
13
## Installing doxygen
16
14
17
-
The theme for our documentation works best with doxygen 1.9.0 - 1.9.4
15
+
The theme for our documentation works best with doxygen 1.12.0
0 commit comments