From d368dd35c49fc1c988af658aed898eaa2b642bdf Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Tue, 23 Aug 2016 18:16:10 +0200
Subject: [PATCH] [scr] fixed docu script

---
 scripts/doc/linked-xml-file.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/doc/linked-xml-file.py b/scripts/doc/linked-xml-file.py
index f170fc3d1c8..3e718bab98b 100755
--- a/scripts/doc/linked-xml-file.py
+++ b/scripts/doc/linked-xml-file.py
@@ -250,7 +250,7 @@ for k, v in map_tag_to_prj_files.items():
 
 for k, v in map_attr_to_prj_files.items():
     map_attr_to_prj_files[k] = list(v)
-    documented_tags_attrs.discard((k, True))
+    documented_tags_attrs.discard((k, False))
 
 with open(os.path.join(docauxdir, "tested-parameters-cache.json"), "w") as fh:
     json.dump({ "tags": map_tag_to_prj_files, "attributes": map_attr_to_prj_files }, \
-- 
GitLab