Skip to content

Commit 7713f8d

Browse files
authored
Merge pull request #5 from sinricpro/fix-doxy
Fix doxy
2 parents f7bb96b + 11628da commit 7713f8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/doxygen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Generate Doxygen Documentation
33
on:
44
push:
55
branches:
6-
- main
7-
workflow_dispatch:
6+
- main # Ausführung bei Pushes auf den 'main' Branch
7+
workflow_dispatch: # Manuelles Auslösen der Action
88

99
jobs:
1010
generate-docs:
@@ -35,4 +35,4 @@ jobs:
3535
uses: peaceiris/actions-gh-pages@v4
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
38-
publish_dir: ./docs
38+
publish_dir: ./docs # Pfad zur generierten Dokumentation

Doxyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -864,9 +864,9 @@ WARN_LOGFILE =
864864
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
865865
# Note: If this tag is empty the current directory is searched.
866866

867-
INPUT = ..\esp8266-esp32-sdk\src \
868-
..\esp8266-esp32-sdk\README.md \
869-
..\esp8266-esp32-sdk\src\Capabilities \
867+
INPUT = ./esp8266-esp32-sdk/src \
868+
./esp8266-esp32-sdk/README.md \
869+
./esp8266-esp32-sdk/src/Capabilities \
870870
documentation.dox
871871

872872
# This tag can be used to specify the character encoding of the source files

0 commit comments

Comments
 (0)