[vala/staging: 3/6] girparser: Skip possible docs in transparent union
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 3/6] girparser: Skip possible docs in transparent union
- Date: Wed, 5 Dec 2018 07:14:17 +0000 (UTC)
commit 27e3cf820d062b269c06b3a3b74ecce983d5f4bf
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Dec 5 07:57:36 2018 +0100
girparser: Skip possible docs in transparent union
See https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/75
vala/valagirparser.vala | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/vala/valagirparser.vala b/vala/valagirparser.vala
index 5448fc591..4a22841f0 100644
--- a/vala/valagirparser.vala
+++ b/vala/valagirparser.vala
@@ -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 ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]