Fix doxygen page links (backport #2553) #2557
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🦟 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/md__2usr_2local_2google_2home_2addisuzt_2ws_2ionic_2src_2gz-sim_2tutorials_2theory__buoyancy.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.