]> 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 06:58:24 +0000 (07:58 +0100)
See https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/75

vala/valagirparser.vala

index 5448fc5917a3861b047c6dd44055e4f0951d996f..4a22841f0b42a5fdb2c439cb1910104616f61145 100644 (file)
@@ -3448,6 +3448,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 ();