From ddd17e81cfba0b3321e5fc802a763a353346b2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Tue, 18 Sep 2018 14:10:57 +0200 Subject: [PATCH] DOC : Long description should not end with a newline --- .../AppSegmentation/app/otbSmallRegionsMerging.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx b/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx index 02d8228ef2..9f4d81647b 100644 --- a/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx +++ b/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx @@ -71,8 +71,8 @@ private: "Small segments will be processed by increasing size: first all segments" " for which area is equal to 1 pixel will be merged with adjacent" " segments, then all segments of area equal to 2 pixels will be processed," - " until segments of area minsize." - " \n\n"); + " until segments of area minsize."); + SetDocLimitations("This application is more efficient if the labels are contiguous, starting from 0."); SetDocAuthors("OTB-Team"); SetDocSeeAlso( "Segmentation"); -- GitLab