]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
girparser: Skip possible docs in transparent union
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 5 Dec 2018 06:57:36 +0000 (07:57 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 5 Dec 2018 07:50:25 +0000 (08:50 +0100)
See https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/75

vala/valagirparser.vala

index 332037553e2db6ca2638f3712c2dad6280f48257..fdaa303d152f20cc7eba3334363939e447362301 100644 (file)
@@ -3439,6 +3439,8 @@ public class Vala.GirParser : CodeVisitor {
                if (element_name == null) {
                        next ();
 
+                       parse_symbol_doc ();
+
                        while (current_token == MarkupTokenType.START_ELEMENT) {
                                if (!push_metadata ()) {
                                        skip_element ();