From f5b939f825298d8a70466aa2863b27a834fbe141 Mon Sep 17 00:00:00 2001 From: remi Date: Tue, 18 Jun 2019 14:59:51 +0200 Subject: [PATCH] DOC: add doc tag --- app/otbClassificationMapMosaic.cxx | 2 ++ app/otbHarmonizer.cxx | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/otbClassificationMapMosaic.cxx b/app/otbClassificationMapMosaic.cxx index b25ed47..0c47d9f 100644 --- a/app/otbClassificationMapMosaic.cxx +++ b/app/otbClassificationMapMosaic.cxx @@ -60,6 +60,8 @@ public: SetDocAuthors("Remi Cresson"); + AddDocTag(Tags::Learning); + // Input AddParameter(ParameterType_InputImageList, "il", "Input classification maps"); diff --git a/app/otbHarmonizer.cxx b/app/otbHarmonizer.cxx index 75da8c8..8bfc7a3 100644 --- a/app/otbHarmonizer.cxx +++ b/app/otbHarmonizer.cxx @@ -272,7 +272,8 @@ private: SetDocAuthors("Remi Cresson"); SetDocSeeAlso(" "); - AddDocTag(Tags::Geometry); + AddDocTag(Tags::Calibration); + AddDocTag("Harmonization"); AddParameter(ParameterType_InputImage, "inr", "Reference input"); -- GitLab