summaryrefslogtreecommitdiff
path: root/giscanner
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2014-04-24 22:45:08 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-06-24 22:03:56 +0200
commit68ce6d2e48365560921dd751b9bc6a3803b0c37d (patch)
treec1575f6132e45290023e7cc3ed3870e06d0a82a8 /giscanner
parentc7144d0ccc4ddca73c4ff690e147d247aedb2def (diff)
downloadgobject-introspection-68ce6d2e48365560921dd751b9bc6a3803b0c37d.tar.gz
tests: sync with GTK-Doc test suite @ 02e545371e2132a97458888895cacf57b8c0f83a (2015-06-23)
https://bugzilla.gnome.org/show_bug.cgi?id=725685
Diffstat (limited to 'giscanner')
-rw-r--r--giscanner/annotationparser.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py
index f69ff250..b8f5b763 100644
--- a/giscanner/annotationparser.py
+++ b/giscanner/annotationparser.py
@@ -1103,14 +1103,11 @@ class GtkDocCommentBlockParser(object):
* unexpected introspection behavior, for example missing parameters in the
generated .gir and .typelib files
- .. NOTE:: :class:`GtkDocCommentBlockParser` functionality is heavily based on gtkdoc-mkdb's
- `ScanSourceFile()`_ function and is currently in sync with GTK-Doc
- commit `47abcd5`_.
+ .. NOTE:: :class:`GtkDocCommentBlockParser` functionality is based on gtkdoc-mkdb's
+ `ScanSourceFile()`_ function.
.. _ScanSourceFile():
http://git.gnome.org/browse/gtk-doc/tree/gtkdoc-mkdb.in#n3722
- .. _47abcd5:
- https://git.gnome.org/browse/gtk-doc/commit/?id=47abcd53b8489ebceec9e394676512a181c1f1f6
'''
def parse_comment_blocks(self, comments):