-
-
Notifications
You must be signed in to change notification settings - Fork 686
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
Assorted doxygen-related fixes #5192
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.
Thanks for doing all this 💯 Dženan.
I'd like to see commit message bodies describing what the commit contains/does as a change and what issue the commit fixes.
The linked issues contain the details. |
I know, but:
|
Feel free to amend this PR with the commit messages you would like to see. It is unlikely I will get around to it until next week. |
I can wait Dženan. I think the importance of this question has been stressed many times. |
I think these changes are so small that the subject line is the complete description. |
Closes InsightSoftwareConsortium#5179. To address warnings of the style: ...ITK/Modules/Core/Common/include/itkImageBoundaryCondition.h:123: warning: argument 'outputRequestedRegion' of command @param is not found in the argument list of itk::ImageBoundaryCondition< TInputImage, TOutputImage >::GetInputRequestedRegion(const RegionType &inputLargestPossibleRegion, const RegionType &) const
…ation Closes InsightSoftwareConsortium#2481. Avoid itkLegacyMacro from appearing in the API docs.
Add to Wrapping/DoxygenConfig.cmake the two lines that were recently added to Utilities/Doxygen/DoxygenConfig.cmake.
To prevent warnings about large graphs. Closes InsightSoftwareConsortium#5184.
cc0de40
into
InsightSoftwareConsortium:master
Closes #5179. Closes #2481. Closes #5184.
PR Checklist