summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/annotationparser.py')
-rw-r--r--giscanner/annotationparser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py
index 715ffe47..03ffb546 100644
--- a/giscanner/annotationparser.py
+++ b/giscanner/annotationparser.py
@@ -107,6 +107,7 @@ class DocTag(object):
self.name = name
self.options = {}
self.comment = None
+ self.value = ''
def __repr__(self):
return '<DocTag %r %r>' % (self.name, self.options)