From 6eb55adba245665366ebb439858b669a54419cb7 Mon Sep 17 00:00:00 2001 From: Tommy IdeaPad3 Date: Sat, 2 Dec 2023 16:12:19 -0500 Subject: [PATCH] Need to combine all Doxygen outputs --- do-docs.bash | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/do-docs.bash b/do-docs.bash index 764ccd0..85e981a 100755 --- a/do-docs.bash +++ b/do-docs.bash @@ -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