Skip to content

Commit e170fef

Browse files
add doxyfile and doxygen yml
1 parent 7a749fd commit e170fef

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

.github/workflows/doxygen.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Build and Deploy Doxygen docs
2+
3+
on:
4+
push:
5+
branches: [$default-branch]
6+
7+
jobs:
8+
build:
9+
uses: "mattnotmitt/doxygen-action@1.12.0"
10+
11+

Doxyfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ FILE_PATTERNS = *.c \
10451045
# be searched for input files as well.
10461046
# The default value is: NO.
10471047

1048-
RECURSIVE = NO
1048+
RECURSIVE = YES
10491049

10501050
# The EXCLUDE tag can be used to specify files and/or directories that should be
10511051
# excluded from the INPUT source files. This way you can easily exclude a
@@ -1699,7 +1699,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
16991699
# The default value is: NO.
17001700
# This tag requires that the tag GENERATE_HTML is set to YES.
17011701

1702-
DISABLE_INDEX = NO
1702+
DISABLE_INDEX = YES
17031703

17041704
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
17051705
# structure should be generated to display hierarchical information. If the tag
@@ -1716,7 +1716,7 @@ DISABLE_INDEX = NO
17161716
# The default value is: NO.
17171717
# This tag requires that the tag GENERATE_HTML is set to YES.
17181718

1719-
GENERATE_TREEVIEW = NO
1719+
GENERATE_TREEVIEW = YES
17201720

17211721
# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
17221722
# FULL_SIDEBAR option determines if the side bar is limited to only the treeview
@@ -1728,7 +1728,7 @@ GENERATE_TREEVIEW = NO
17281728
# The default value is: NO.
17291729
# This tag requires that the tag GENERATE_HTML is set to YES.
17301730

1731-
FULL_SIDEBAR = NO
1731+
FULL_SIDEBAR = YES
17321732

17331733
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
17341734
# doxygen will group on one line in the generated HTML documentation.

0 commit comments

Comments
 (0)