gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
728 stars 272 forks source link

Fix doxygen page links (backport #2553) #2557

Closed mergify[bot] closed 2 months ago

mergify[bot] commented 2 months ago

🦟 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 it

The 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 commands

Checklist

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.

azeey commented 2 months ago

Ah, I was wondering why the links were still broken. Didn't realize this didn't make it to gz-sim9. Thanks for the backport @iche033