Skip to content

Commit

Permalink
Doxygen bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
TCA166 committed Apr 19, 2024
1 parent 47bc517 commit 747c1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Setup doxygen
run: sudo apt-get install doxygen
run: sudo apt-get install doxygen graphviz
- name: Make doxygen
run: make doc
- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ FILE_PATTERNS = *.c \
*.md \
*.mm \
*.dox \
*.py \
#*.py \
*.pyw \
*.f90 \
*.f95 \
Expand Down

0 comments on commit 747c1b6

Please sign in to comment.