From 85bbd176498f87c35a2243bc752960686ff6be5c Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Fri, 11 Sep 2015 17:01:05 +0200
Subject: [PATCH] DOC: Small enhancement in documentation

---
 .../ImageManipulation/include/otbChangeNoDataValueFilter.h    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Modules/Filtering/ImageManipulation/include/otbChangeNoDataValueFilter.h b/Modules/Filtering/ImageManipulation/include/otbChangeNoDataValueFilter.h
index dc6d92a65f..3dbf2ca4ac 100644
--- a/Modules/Filtering/ImageManipulation/include/otbChangeNoDataValueFilter.h
+++ b/Modules/Filtering/ImageManipulation/include/otbChangeNoDataValueFilter.h
@@ -62,8 +62,8 @@ public:
  *  
  *  This filter reads the no-data flags (a boolean vector indicating
  *  for each band if a no-data value exists) and values (the actual
- *  value to be used as no-data for each band), and allows to change
- *  this value.
+ *  value to be used as no-data for each band) from
+ *  MetaDataDictionary, and allows to change this value.
  * 
  *  The algorithm is the following: for each pixel, for each channel
  *  in the pixel, if there is a no-data value for this channel
-- 
GitLab