From c90877f5c5852fb33fbe2131fa874245d833296c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Thu, 9 May 2019 10:25:52 +0200 Subject: [PATCH] COMP: remove SetDocName --- .../AppClassification/app/otbTrainVectorRegression.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx index 783bd2b5eb..c31ebd3ad3 100644 --- a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx @@ -52,7 +52,6 @@ protected: SetDescription( "Train a regression algorithm based on geometries with " "list of features to consider and a predictor." ); - SetDocName( "Train Vector Regression" ); SetDocLongDescription( "This application trains a regression algorithm based on " "a predictor geometries and a list of features to consider for " "regression.\nThis application is based on LibSVM, OpenCV Machine " -- GitLab