Skip to content

Commit

Permalink
Doxygen updates
Browse files Browse the repository at this point in the history
  • Loading branch information
forkineye committed Nov 27, 2024
1 parent 3868a96 commit 2b0ca41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE = ../ESPixelStick/src/secrets.h
EXCLUDE = ../include/network/secrets.h

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down Expand Up @@ -1596,7 +1596,7 @@ DISABLE_INDEX = NO
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_TREEVIEW = NO
GENERATE_TREEVIEW = YES

# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
# FULL_SIDEBAR option determines if the side bar is limited to only the treeview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Build doxygen pages
uses: mattnotmitt/doxygen-action@v1
with:
additional-packages: font-fira-code
additional-packages: font-fira-code-nerd
working-directory: ".doxygen"
doxyfile-path: "Doxyfile"

Expand Down

0 comments on commit 2b0ca41

Please sign in to comment.