Skip to content

Commit 993219a

Browse files
committed
doc: configure Doxygen for doxygen-awesome-css
1 parent 8bc0125 commit 993219a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Doxyfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ ENUM_VALUES_PER_LINE = 4
10731073
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
10741074
# Windows users are probably better off using the HTML help feature.
10751075

1076-
GENERATE_TREEVIEW = NO
1076+
GENERATE_TREEVIEW = YES
10771077

10781078
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
10791079
# and Class Hierarchy pages using a tree view instead of an ordered list.
@@ -1673,3 +1673,9 @@ GENERATE_LEGEND = YES
16731673
# the various graphs.
16741674

16751675
DOT_CLEANUP = YES
1676+
1677+
# As per https://github.com/jothepro/doxygen-awesome-css?tab=readme-ov-file#choosing-a-layout
1678+
1679+
FULL_SIDEBAR = NO
1680+
HTML_EXTRA_STYLESHEET = doc/doxygen-awesome-css/doxygen-awesome.css
1681+
HTML_COLORSTYLE = LIGHT

0 commit comments

Comments
 (0)