From 2b0991ddb903d1212b24e95fb59012d4a832f760 Mon Sep 17 00:00:00 2001
From: Peter Luenenschloss <peter.luenenschloss@ufz.de>
Date: Fri, 6 Dec 2019 15:33:22 +0100
Subject: [PATCH] Update FunctionDescriptions.md

---
 docs/FunctionDescriptions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/FunctionDescriptions.md b/docs/FunctionDescriptions.md
index b6dad5a13..994df367f 100644
--- a/docs/FunctionDescriptions.md
+++ b/docs/FunctionDescriptions.md
@@ -729,7 +729,7 @@ deharmonize(co_flagging)
 ### Parameters
 | parameter | data type | default value | description |
 | --------- | --------- | ------------- | ----------- |
-| co_flagging       | boolean     |               |  |
+| co_flagging       | boolean     |               | `False`: depending on the harmonization method applied, only overwrite ultimately preceeding, first succeeding or nearest flag to a harmonized flag. <br/> `True`: Depending on the harmonization method applied, overwrite all the values covered by the succeeding or preceeding sampling intervall, or, all the values in the range of a harmonic flags timestamp. |
 
 
 ### Description
-- 
GitLab