gazebosim / gz-cmake

A set of CMake modules that are used by the C++-based Gazebo projects.
https://gazebosim.org/libs/cmake
Apache License 2.0
27 stars 31 forks source link

Doxygen: exclude C++ __attribute__ #397

Closed j-rivero closed 11 months ago

j-rivero commented 11 months ago

🦟 Bug fix

See https://github.com/gazebosim/gz-gui/pull/601#issuecomment-1832371462.

Summary

Exclude attribute keyword from C++ parsing since it is not part of the standard: https://github.com/doxygen/doxygen/issues/9142

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.