Skip to content

Commit

Permalink
doc: doxygen configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricix committed Oct 31, 2024
1 parent 335e650 commit 73b27ad
Show file tree
Hide file tree
Showing 3 changed files with 2,581 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Generate Documentation
run:
doxygen /doxygen/Doxyfile
doxygen Doxyfile

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Debug/
Release/
sublime/
doxygen/html
doxygen/docs
doxygen/latex
doxygen/output.txt
.settings/
Expand Down
Loading

0 comments on commit 73b27ad

Please sign in to comment.