diff --git a/Applications/Utils/otbConvert.cxx b/Applications/Utils/otbConvert.cxx index fa0b833e6e11c9f84dab06c2bd61eb98a436824d..93f878ca7ed522fdf825048ebd38f8e0bb80a2f1 100644 --- a/Applications/Utils/otbConvert.cxx +++ b/Applications/Utils/otbConvert.cxx @@ -89,6 +89,7 @@ private: SetDocSeeAlso("Rescale application"); AddDocTag("Conversion"); AddDocTag("Image Dynamic"); + AddDocTag(Tags::Manip); AddParameter(ParameterType_InputImage, "in", "Input image"); SetParameterDescription("in", "Input image"); diff --git a/Applications/Utils/otbReadImageInfo.cxx b/Applications/Utils/otbReadImageInfo.cxx index c042969eac705b4c77ec3e5d989dc943df02e332..cfe0a6e4681b33a36a9e19fe3af6af3db22115c0 100644 --- a/Applications/Utils/otbReadImageInfo.cxx +++ b/Applications/Utils/otbReadImageInfo.cxx @@ -58,6 +58,7 @@ private: SetDocSeeAlso(" "); AddDocTag("Utilities"); + AddDocTag(Tags::Manip); AddDocTag(Tags::Meta); AddParameter(ParameterType_InputImage, "in", "Input Image");