Skip to content

Commit f6ce624

Browse files
authored
Custom CSS for doxygen
1 parent 7c0951c commit f6ce624

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414

15+
- name: clone custom doxygen CSS
16+
run: |
17+
git clone https://github.com/jothepro/doxygen-awesome-css
18+
1519
- name: Doxygen documentation generation
1620
uses: mattnotmitt/doxygen-action@v1
1721

Doxyfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,3 +2622,11 @@ GENERATE_LEGEND = YES
26222622
# The default value is: YES.
26232623

26242624
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

Comments
 (0)