From 99d26241d6dfd4af99aa291bc607da171f6a6b0b Mon Sep 17 00:00:00 2001
From: ctraizet <cedric.traizet@c-s.fr>
Date: Mon, 25 Mar 2019 16:28:02 +0100
Subject: [PATCH] DOC: mention the actual Mean Shift application in the
 DocSeeAlso

---
 Modules/Applications/AppSegmentation/app/otbSegmentation.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx b/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx
index 6d306ab4ce..d933c5bd49 100644
--- a/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx
+++ b/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx
@@ -170,7 +170,7 @@ private:
                      " This may lead to unexpected segmentation results and crashes.");
 
     SetDocAuthors("OTB-Team");
-    SetDocSeeAlso("MeanShiftSegmentation");
+    SetDocSeeAlso("LargeScaleMeanShift");
 
     AddDocTag(Tags::Segmentation);
 
-- 
GitLab