Skip to content

Commit

Permalink
Need to combine all Doxygen outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy IdeaPad3 committed Dec 2, 2023
1 parent 9e3405a commit 6eb55ad
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions do-docs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ colcon build \
--event-handlers console_cohesion+ \
--packages-select my_model \
--cmake-target "docs"
echo "open src/my_model/docs/html/index.html"

# 2. run my_controller's "docs" target
## TODO
##echo "open src/my_controller/docs/html/index.html"

# 3. combine all docs
## TODO
##echo "open src/docs/html/index.html"

# 2. show the coverage report
open src/my_model/docs/html/index.html

0 comments on commit 6eb55ad

Please sign in to comment.