Commit edc29d06 authored by remi cresson's avatar remi cresson
Browse files

DOC: add '\ingroup in docs

No related merge requests found
Showing with 7 additions and 1 deletion
+7 -1
...@@ -35,6 +35,11 @@ using namespace std; ...@@ -35,6 +35,11 @@ using namespace std;
namespace otb { namespace otb {
/* \class RegionComparator
* \brief Compare regions layout
*
* \ingroup SimpleExtractionTools
*/
template<class TInputImage1, class TInputImage2=TInputImage1> class RegionComparator{ template<class TInputImage1, class TInputImage2=TInputImage1> class RegionComparator{
public: public:
......
...@@ -34,7 +34,7 @@ namespace otb ...@@ -34,7 +34,7 @@ namespace otb
* A value to ignore (in the stats) can be chosen * A value to ignore (in the stats) can be chosen
* *
* \ingroup MathematicalStatisticsImageCustomFilters * \ingroup MathematicalStatisticsImageCustomFilters
* \ingroup ITKImageStatistics * \ingroup SimpleExtractionTools
* *
* \wiki * \wiki
* \wikiexample{Statistics/StatisticsImageCustomFilter,Compute min\, max\, variance and mean of an Image.} * \wikiexample{Statistics/StatisticsImageCustomFilter,Compute min\, max\, variance and mean of an Image.}
......
...@@ -39,6 +39,7 @@ namespace otb { ...@@ -39,6 +39,7 @@ namespace otb {
* *
* OGRRegisterAll() method must have been called before applying filter. * OGRRegisterAll() method must have been called before applying filter.
* *
* \ingroup SimpleExtractionTools
*/ */
template <class TVectorData, class TOutputImage > template <class TVectorData, class TOutputImage >
class ITK_EXPORT VectorDataToLabelImageCustomFilter : class ITK_EXPORT VectorDataToLabelImageCustomFilter :
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment