-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix doxygen deprecation warns. #333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the newly added parameters cause warnings on Ubuntu 20.04:
warning: ignoring unsupported tag 'PYTHON_DOCSTRING' at line 226, file /home/addisu/ws/garden/build/gz-math7/api.dox
warning: ignoring unsupported tag 'NUM_PROC_THREADS' at line 464, file /home/addisu/ws/garden/build/gz-math7/api.dox
warning: ignoring unsupported tag 'RESOLVE_UNNAMED_PARAMS' at line 534, file /home/addisu/ws/garden/build/gz-math7/api.dox
warning: ignoring unsupported tag 'CLANG_ADD_INC_PATHS' at line 1122, file /home/addisu/ws/garden/build/gz-math7/api.dox
warning: ignoring unsupported tag 'HTML_FORMULA_FORMAT' at line 1575, file /home/addisu/ws/garden/build/gz-math7/api.dox
warning: ignoring unsupported tag 'DOT_UML_DETAILS' at line 2405, file /home/addisu/ws/garden/build/gz-math7/api.dox
warning: ignoring unsupported tag 'DOT_WRAP_THRESHOLD' at line 2414, file /home/addisu/ws/garden/build/gz-math7/api.dox
I think it would be safe to just remove those parameters and let doxygen use the defaults.
I should mention I only ran this on 22.04. And it was to fix the colcon bugs/errors that I was getting from deprecation warns. |
@azeey should this be focused/targeted for only 22.04 forward or does gz-cmake3 also apply to 20.04 as well? |
Switching to |
Signed-off-by: Benjamin Perseghetti <[email protected]>
c983114
to
a2440c3
Compare
@azeey seems to now fix my warn/errors in 22.04. Just removed |
Used doxygen -u to fix doxygen warns during colcon builds.
Signed-off-by: Benjamin Perseghetti [email protected]
🦟 Bug fix
Fixes #332
Doxygen no longer throws deprecation/obsolete warnings.
Checklist
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.