summaryrefslogtreecommitdiff
path: root/doc/tools/makemd.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/makemd.py')
-rw-r--r--doc/tools/makemd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tools/makemd.py b/doc/tools/makemd.py
index a73a4337d0..056f1ca82d 100644
--- a/doc/tools/makemd.py
+++ b/doc/tools/makemd.py
@@ -93,6 +93,8 @@ def make_class_list(class_list, columns):
s += '\n'
f.write(s)
+ f.close()
+
def dokuize_text(txt):
@@ -330,6 +332,8 @@ def make_doku_class(node):
f.write('\n')
f.write(dokuize_text(d.text.strip()))
f.write('\n')
+
+ f.close()
for file in input_list: