From 923b4002900a31411b27ea7b0764ffb7dcfaedfe Mon Sep 17 00:00:00 2001
From: SPeillet <peillet.seb@protonmail.com>
Date: Mon, 3 Jun 2019 15:17:55 +0200
Subject: [PATCH] REFAC: rm SetDocName function

---
 app/otbComputeVectorFeaturesStatistics.cxx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/otbComputeVectorFeaturesStatistics.cxx b/app/otbComputeVectorFeaturesStatistics.cxx
index df01656..03fbf7b 100644
--- a/app/otbComputeVectorFeaturesStatistics.cxx
+++ b/app/otbComputeVectorFeaturesStatistics.cxx
@@ -58,7 +58,6 @@ private:
     SetName("ComputeVectorFeaturesStatistics");
     SetDescription("Compute statistics of the features in a set of vector files");
 
-    SetDocName("ComputeVectorFeaturesStatistics");
     SetDocLongDescription("Compute statistics (mean and standard deviation) of the features in a set of vector files, and write them in an XML file. This XML file can then be used by the training application.");
     SetDocAuthors("Raffaele Gaetano (CIRAD) based on David Youssefi's implementation (CNES internship)");
     SetDocSeeAlso("VectorClassifier,TrainVectorClassifier");
-- 
GitLab