From 8b00e1f08d530bd3020e8a87e9711704bbc261bb Mon Sep 17 00:00:00 2001
From: remi <remi.cresson@irstea.fr>
Date: Wed, 29 May 2019 12:52:46 +0000
Subject: [PATCH] REFAC: remove SetDocName()

---
 app/otbDensePolygonClassStatistics.cxx     | 1 -
 app/otbImageClassifierFromDeepFeatures.cxx | 1 -
 app/otbLabelImageSampleSelection.cxx       | 1 -
 app/otbPatchesExtraction.cxx               | 1 -
 app/otbTrainClassifierFromDeepFeatures.cxx | 1 -
 5 files changed, 5 deletions(-)

diff --git a/app/otbDensePolygonClassStatistics.cxx b/app/otbDensePolygonClassStatistics.cxx
index bf43d15..8ee2283 100644
--- a/app/otbDensePolygonClassStatistics.cxx
+++ b/app/otbDensePolygonClassStatistics.cxx
@@ -79,7 +79,6 @@ private:
     SetDescription("Computes statistics on a training polygon set.");
 
     // Documentation
-    SetDocName("Fast Polygon Class Statistics");
     SetDocLongDescription("The application processes a dense set of polygons "
       "intended for training (they should have a field giving the associated "
       "class). The geometries are analyzed against a support image to compute "
diff --git a/app/otbImageClassifierFromDeepFeatures.cxx b/app/otbImageClassifierFromDeepFeatures.cxx
index c95abc0..a0f9361 100644
--- a/app/otbImageClassifierFromDeepFeatures.cxx
+++ b/app/otbImageClassifierFromDeepFeatures.cxx
@@ -71,7 +71,6 @@ private:
     SetDescription("Classify image using features from a deep net and an OTB machine learning classification model");
 
     // Documentation
-    SetDocName("ImageClassifierFromDeepFeatures");
     SetDocLongDescription("See ImageClassifier application");
     SetDocLimitations("None");
     SetDocAuthors("Remi Cresson");
diff --git a/app/otbLabelImageSampleSelection.cxx b/app/otbLabelImageSampleSelection.cxx
index 41d77e1..5364453 100644
--- a/app/otbLabelImageSampleSelection.cxx
+++ b/app/otbLabelImageSampleSelection.cxx
@@ -79,7 +79,6 @@ public:
 
     // Documentation
     SetName("LabelImageSampleSelection");
-    SetDocName("LabelImageSampleSelection");
     SetDescription("This application extracts points from an input label image. "
         "This application is like \"SampleSelection\", but uses an input label "
         "image, rather than an input vector data.");
diff --git a/app/otbPatchesExtraction.cxx b/app/otbPatchesExtraction.cxx
index a818ae0..f39b09d 100644
--- a/app/otbPatchesExtraction.cxx
+++ b/app/otbPatchesExtraction.cxx
@@ -135,7 +135,6 @@ public:
 
     // Documentation
     SetName("PatchesExtraction");
-    SetDocName("PatchesExtraction");
     SetDescription("This application extracts patches in multiple input images. Change "
         "the " + tf::ENV_VAR_NAME_NSOURCES + " environment variable to set the number of "
         "sources.");
diff --git a/app/otbTrainClassifierFromDeepFeatures.cxx b/app/otbTrainClassifierFromDeepFeatures.cxx
index 5fa979b..1990ccc 100644
--- a/app/otbTrainClassifierFromDeepFeatures.cxx
+++ b/app/otbTrainClassifierFromDeepFeatures.cxx
@@ -70,7 +70,6 @@ private:
   SetDescription("Train a classifier from deep net based features of an image and training vector data.");
 
   // Documentation
-  SetDocName("TrainClassifierFromDeepFeatures");
   SetDocLongDescription("See TrainImagesClassifier application");
   SetDocLimitations("None");
   SetDocAuthors("Remi Cresson");
-- 
GitLab