File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
867867INPUT = 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments