Skip to content

Commit 636f8a1

Browse files
committed
Fix/Complete Doxygen
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
1 parent 56696f4 commit 636f8a1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/Doxyfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "EasyNav Costmap Stack"
35+
PROJECT_NAME = "EasyNav Gridmap Stack"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version
@@ -865,7 +865,8 @@ WARN_LOGFILE =
865865
# Note: If this tag is empty the current directory is searched.
866866

867867
INPUT = README.md \
868-
easynav_costmap_maps_manager
868+
easynav_gridmap_astar_planner \
869+
easynav_gridmap_maps_manager
869870

870871

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

.github/workflows/doxygen-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
21-
- name: Generate Doxygen for EasyNav Costmap Stack
21+
- name: Generate Doxygen for EasyNav Gridmap Stack
2222
uses: mattnotmitt/doxygen-action@edge
2323
with:
2424
doxyfile-path: ".github/Doxyfile"

0 commit comments

Comments
 (0)