From fb2c517da3bf4369c74cd418affa15f3e355361f Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Tue, 11 Dec 2018 11:42:17 +0100
Subject: [PATCH] DOC: format ConstrastEnhancement doc

---
 .../AppFiltering/app/otbContrastEnhancement.cxx        | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx b/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx
index c07919eae5..eadc312fb1 100644
--- a/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx
+++ b/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx
@@ -164,13 +164,13 @@ private:
       "over the image and then use the whole dynamic: meaning flattening the "
       "histogram. That gives us gain for each bin that transform the original "
       "histogram into the flat one. This gain is then apply on the original "
-      "image." 
-      "\nThe application proposes several options to allow a finer result: "
-      "\n- There is an option to limit contrast. We choose to limit the contrast "
+      "image.\n\n"
+      "The application proposes several options to allow a finer result:\n\n"
+      "* There is an option to limit contrast. We choose to limit the contrast "
       "by modifying the original histogram. To do so we clip the histogram at a "
       "given height and redistribute equally among the bins the clipped population. "
-      "Then we add a local version of the algorithm. "
-       "\n- It is possible to apply the algorithm on tiles of the image, instead "
+      "Then we add a local version of the algorithm.\n"
+      "* It is possible to apply the algorithm on tiles of the image, instead "
       "of on the whole image. That gives us gain depending on "
       "the value of the pixel and its position in the image. In order to "
       "smoothen the result we interpolate the gain between tiles.");
-- 
GitLab