From cd51d575c47995e2bc052fa4636d904163c3dad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Tue, 18 Dec 2018 13:09:55 +0100 Subject: [PATCH] DOC: removed Convert from SetDocSeeAlso() --- Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx | 2 +- Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx b/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx index eb9d312995..7f84bc254a 100644 --- a/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx +++ b/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx @@ -66,7 +66,7 @@ private: "and generates a single multi-channel image. The channel order is the same as the list."); SetDocLimitations("All input images must have the same size."); SetDocAuthors("OTB-Team"); - SetDocSeeAlso("Rescale application, Convert, SplitImage"); + SetDocSeeAlso("Rescale application, DynamicConvert, SplitImage"); AddDocTag(Tags::Manip); AddDocTag("Concatenation"); diff --git a/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx b/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx index 2919b5f1c3..35615c5bd4 100644 --- a/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx +++ b/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx @@ -111,7 +111,7 @@ private: ); SetDocLimitations("The application does not support complex pixel types as output."); SetDocAuthors("OTB-Team"); - SetDocSeeAlso("Convert, Rescale"); + SetDocSeeAlso("Rescale"); AddDocTag(Tags::Manip); AddDocTag("Conversion"); -- GitLab