Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Fix legacy methods
itk::Transform
Doxygen warnings
Fix legacy methods `itk::Transform` Doxygen warnings: protect with the `ITK_LEGACY_REMOVE` macro definition a function declared as legacy with the `itkLegacyMacro` in `itk::Transform`. Fixes: ``` Warning Parsing file /home/kitware/DashboModules/Core/Transform/include/itkTransform.h:535: warning: Illegal member name found. ``` and ``` Warning Modules/Core/Transform/include/itkTransform.h:535: warning: no uniquely matching class member found for itk::Transform::virtual void itk::Transform< TParametersValueType, VInputDimension, VOutputDimension >::ComputeInverseJacobianWithRespectToPosition() const & ``` Raised for example in: https://open.cdash.org/viewBuildError.php?type=1&buildid=10124761
- Loading branch information