gazebosim / sdformat

Simulation Description Format (SDFormat) parser and description files.
http://sdformat.org
Apache License 2.0
166 stars 92 forks source link

Disable latex and class hierarchy generation (backport #1447) #1449

Closed mergify[bot] closed 3 months ago

mergify[bot] commented 3 months ago

Summary

We don't use the latex output anywhere, but it brings in a big dependency when building documentation or deb packages. The class hierarchy is also not that useful since there is not much inheritance used in the codebase. This also brings the doxygen parameters of sdformat closer to other Gazebo libraries.

Note: I plan to Backport this to all the previous versions of sdformat

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 #1447 done by Mergify.

mergify[bot] commented 3 months ago

Cherry-pick of 8e7b267b4b52ec892e53cd9d1a1032c3eee5f82a has failed:

On branch mergify/bp/sdf12/pr-1447
Your branch is up to date with 'origin/sdf12'.

You are currently cherry-picking commit 8e7b267b.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
    modified:   doc/sdf.in

Unmerged paths:
  (use "git add <file>..." to mark resolution)
    both modified:   doc/CMakeLists.txt

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally