diff --git a/app/otbDensePolygonClassStatistics.cxx b/app/otbDensePolygonClassStatistics.cxx
index bf43d156a33f5c7d8ea8a672699920df36ce33fb..8ee2283e2edc542d4a389756d23de48c9a00c367 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 c95abc0e4955681509e854b422796ea3a1f91cfe..a0f9361050d85ec076546a8ca511180f2b2f31d0 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 41d77e12a048f44a26f956ae3afb8119cefe52ad..5364453d84f4c99f28bab2c938a0af220db02b6d 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 a818ae08b7eb8d0f6abf7a6848009de3b6c2dbcc..f39b09def86022effa9b6975f2eeb37ef71eda32 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 5fa979b36ed6a16dec8dc6c0d81a34c8aaeb39a0..1990ccc2c185406f440d70fd3c2070a883cc436c 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");