Skip to content

Commit

Permalink
doxygen fixes (input, py vs cpp)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 2, 2024
1 parent 6222092 commit c057da6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/Doxyfile-cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME = "YASMIN (Yet Another State MachINe)"
PROJECT_NAME = "C++ YASMIN (Yet Another State MachINe)"

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
Expand Down Expand Up @@ -864,7 +864,9 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT =
INPUT = yasmin \
yasmin_ros \
yasmin_viewer

# 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
6 changes: 4 additions & 2 deletions .github/Doxyfile-python
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME = "YASMIN (Yet Another State MachINe)"
PROJECT_NAME = "Python YASMIN (Yet Another State MachINe)"

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
Expand Down Expand Up @@ -864,7 +864,9 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT =
INPUT = yasmin \
yasmin_ros \
yasmin_viewer

# 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
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-doc-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.DOXYGEN_DEPLOY_TOKEN }}
branch: gh-pages
branch: gh-pages-cpp
config_file: ./.github/Doxyfile-cpp
doxygen_version: 1.9.6
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-doc-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.DOXYGEN_DEPLOY_TOKEN }}
branch: gh-pages
branch: gh-pages-python
config_file: ./.github/Doxyfile-python
doxygen_version: 1.9.6

0 comments on commit c057da6

Please sign in to comment.