Skip to content
Snippets Groups Projects
Commit 72b6a700 authored by Julien Michel's avatar Julien Michel
Browse files

DOC: Fix ingroup tags

parent 266e71b2
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ namespace Functor ...@@ -31,6 +31,7 @@ namespace Functor
/** /**
* \class VariadicAdd * \class VariadicAdd
* \brief This functor adds any number of compile time scalar inputs * \brief This functor adds any number of compile time scalar inputs
* \ingroup OTBFunctor
*/ */
template <typename TOut, typename ...TIns> struct VariadicAdd template <typename TOut, typename ...TIns> struct VariadicAdd
{ {
......
...@@ -80,6 +80,7 @@ template <typename v1, typename v2, typename ...vn> void concatenateVectors(v1 & ...@@ -80,6 +80,7 @@ template <typename v1, typename v2, typename ...vn> void concatenateVectors(v1 &
* \class VariadicConcatenate * \class VariadicConcatenate
* \brief This functor concatenates any number of input of scalar type * \brief This functor concatenates any number of input of scalar type
* or VariableLengthVector. * or VariableLengthVector.
* \ingroup OTBFunctor
*/ */
template<typename TOut, typename ...TIns> struct VariadicConcatenate template<typename TOut, typename ...TIns> struct VariadicConcatenate
{ {
......
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