Seems like there was a behavior change in doxygen that caused the the links in the Maritime section to change from what's expected. This breaks the tool we use to generate issues for the tutorial party. Adding the "title" argument to the \page comand seems to fix it
[ ] While waiting for a review on your PR, please help review another open pull request to support the maintainers
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.
This is an automatic backport of pull request #2553 done by Mergify.
🦟 Bug fix
Summary
Seems like there was a behavior change in doxygen that caused the the links in the Maritime section to change from what's expected. This breaks the tool we use to generate issues for the tutorial party. Adding the "title" argument to the
\page
comand seems to fix itThe link before this PR:
~/ws/ionic/build/gz-sim9/doxygen/html/md2usr_2local_2google_2home_2addisuzt_2ws_2ionic_2src_2gz-sim_2tutorials_2theorybuoyancy.html#theory_buoyancy
After: ~/ws/ionic/build/gz-sim9/doxygen/html/theory_buoyancy.html
I also took the opportunity to change raw http links to
\ref
commandsChecklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.This is an automatic backport of pull request #2553 done by Mergify.