Skip to content

Commit

Permalink
Merge pull request #58 from redBorder/add_doxygen_doc
Browse files Browse the repository at this point in the history
PR-54: move Doxyfile
  • Loading branch information
malvads authored Feb 23, 2024
2 parents 8ad0d5f + 1ccb4c3 commit 1ff19bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
working-directory: '.'
working-directory: './resources/src'

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile → resources/src/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = /resources/src
INPUT = ./

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down

0 comments on commit 1ff19bb

Please sign in to comment.