summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-05-15 22:38:28 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-10-08 20:54:40 +0200
commite88a99496cf4091ec16670a2fe656878fc055692 (patch)
tree84bdda7c3b7ec854f14c924f5d0c1492943c83ee /giscanner/annotationparser.py
parent30b17d39adc7a7284b926cac6ada566eb1b62292 (diff)
downloadgobject-introspection-e88a99496cf4091ec16670a2fe656878fc055692.tar.gz
giscanner: rename the parse() method to parse_comment_blocks()
We already have a parse_comment_block() method parsing a single GTK-Doc comment block so it only seems natural to have a plural parse_comment_blocks() to go along with that.
Diffstat (limited to 'giscanner/annotationparser.py')
-rw-r--r--giscanner/annotationparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py
index 66fa03bf..3b9b90a9 100644
--- a/giscanner/annotationparser.py
+++ b/giscanner/annotationparser.py
@@ -831,7 +831,7 @@ class GtkDocCommentBlockParser(object):
.. _47abcd5: 47abcd53b8489ebceec9e394676512a181c1f1f6
"""
- def parse(self, comments):
+ def parse_comment_blocks(self, comments):
'''
Parse multiple GTK-Doc comment blocks.