diff options
-rw-r--r-- | giscanner/annotationparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py index 907039c4..e093f340 100644 --- a/giscanner/annotationparser.py +++ b/giscanner/annotationparser.py @@ -1936,7 +1936,7 @@ class GtkDocCommentBlockParser(object): Parse annotations out of field data. For example:: ┌──────────────────────────────────────────────────────────────┐ - │ '(skip): description of some parameter │ ─▷ source + │ '(skip): description of some parameter' │ ─▷ source ├──────────────────────────────────────────────────────────────┤ │ ({'skip': []}, 'description of some parameter') │ ◁─ annotations and └──────────────────────────────────────────────────────────────┘ remaining fields |