Skip to content
Snippets Groups Projects
Commit 515511e6 authored by remi cresson's avatar remi cresson
Browse files

DOC: correct doxygen ingroup tag to ImageManipulation

parent ddd34a02
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ namespace otb ...@@ -35,7 +35,7 @@ namespace otb
* *
* \sa itk::BinaryFunctorImageFilter * \sa itk::BinaryFunctorImageFilter
* *
* \ingroup OTBCommon * \ingroup OTBImageManipulation
*/ */
template <class TInputImage1, class TInputImage2, class TOutputImage, class TFunction> template <class TInputImage1, class TInputImage2, class TOutputImage, class TFunction>
class ITK_EXPORT BinaryFunctorImageFilter : public itk::BinaryFunctorImageFilter<TInputImage1, TInputImage2, TOutputImage, TFunction> class ITK_EXPORT BinaryFunctorImageFilter : public itk::BinaryFunctorImageFilter<TInputImage1, TInputImage2, TOutputImage, TFunction>
......
...@@ -35,7 +35,7 @@ namespace otb ...@@ -35,7 +35,7 @@ namespace otb
* *
* \sa itk::TernaryFunctorImageFilter * \sa itk::TernaryFunctorImageFilter
* *
* \ingroup OTBCommon * \ingroup OTBImageManipulation
*/ */
template <class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage, class TFunction> template <class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage, class TFunction>
class ITK_EXPORT TernaryFunctorImageFilter : public itk::TernaryFunctorImageFilter<TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction> class ITK_EXPORT TernaryFunctorImageFilter : public itk::TernaryFunctorImageFilter<TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment