From 45a8ad8659f24a2ca636fa4a3f7835877f88617e 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:10:22 +0200 Subject: [PATCH] DOC: added 'none' limitations in TrainVectorClassifier and TrainVectorRegression --- .../AppClassification/app/otbTrainVectorClassifier.cxx | 2 +- .../AppClassification/app/otbTrainVectorRegression.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx b/Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx index ccfeeef07c..3839706325 100644 --- a/Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx @@ -67,7 +67,7 @@ protected: "Learning (2.3.1 and later), and Shark ML The output of this application " "is a text model file, whose format corresponds to the ML model type " "chosen. There is no image nor vector data output."); - SetDocLimitations(""); + SetDocLimitations("None"); SetDocAuthors( "OTB Team" ); SetDocSeeAlso( " " ); diff --git a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx index 95638e09b8..d7cc68d1e2 100644 --- a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx @@ -59,7 +59,7 @@ protected: "Learning (2.3.1 and later), and Shark ML The output of this application " "is a text model file, whose format corresponds to the ML model type " "chosen. There is no image nor vector data output."); - SetDocLimitations(""); + SetDocLimitations("None"); SetDocAuthors( "OTB Team" ); SetDocSeeAlso( " " ); -- GitLab