From 8e06c83c95d6d9f5eaeaa135322f22256fd670c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr>
Date: Tue, 30 Apr 2019 18:11:13 +0200
Subject: [PATCH] DOC: added DocSeeAlso

---
 .../AppClassification/app/otbTrainVectorRegression.cxx          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx
index d7cc68d1e2..54ecc327f6 100644
--- a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx
+++ b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx
@@ -61,7 +61,7 @@ protected:
       "chosen. There is no image nor vector data output.");
     SetDocLimitations("None");
     SetDocAuthors( "OTB Team" );
-    SetDocSeeAlso( " " );
+    SetDocSeeAlso( "TrainVectorClassifier" );
 
     SetOfficialDocLink();
 
-- 
GitLab