From 2b0ca414495c2995e28f3a598a713bbfaea2443c Mon Sep 17 00:00:00 2001 From: Shelby Merrick Date: Wed, 27 Nov 2024 13:02:18 -0500 Subject: [PATCH] Doxygen updates --- .doxygen/Doxyfile | 4 ++-- .github/workflows/doxygen.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.doxygen/Doxyfile b/.doxygen/Doxyfile index b75471e98..f47ac8878 100644 --- a/.doxygen/Doxyfile +++ b/.doxygen/Doxyfile @@ -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 @@ -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 diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 5d46fc3f0..bf1c5b498 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -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"