We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0951c commit f6ce624Copy full SHA for f6ce624
.github/workflows/gh-pages.yml
@@ -12,6 +12,10 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
15
+ - name: clone custom doxygen CSS
16
+ run: |
17
+ git clone https://github.com/jothepro/doxygen-awesome-css
18
+
19
- name: Doxygen documentation generation
20
uses: mattnotmitt/doxygen-action@v1
21
Doxyfile
@@ -2622,3 +2622,11 @@ GENERATE_LEGEND = YES
2622
# The default value is: YES.
2623
2624
DOT_CLEANUP = YES
2625
2626
+# custom style
2627
2628
+GENERATE_TREEVIEW = YES # optional. Also works without treeview
2629
+DISABLE_INDEX = NO
2630
+FULL_SIDEBAR = NO
2631
+HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css
2632
0 commit comments