From 914e76b6d3c817c942d6584ae51e41529d2a3ec7 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 21 Mar 2025 10:39:59 +0100 Subject: gir: parse & discard doc attrs/elems Signed-off-by: Drew DeVault --- gir/parse.ha | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gir/parse.ha b/gir/parse.ha index e967f76..e5bbd8d 100644 --- a/gir/parse.ha +++ b/gir/parse.ha @@ -38,6 +38,8 @@ fn parse_repository(parser: *xml::parser, repo: *opaque) (void | error) = { ("xmlns", null), ("xmlns:c", null), ("xmlns:glib", null), + ("xmlns:doc", null), + ("doc:format", null, null), ("version", &repo.version), ("c:identifier-prefixes", null), ("c:symbol-prefixes", null), -- cgit 1.3.0-6-gf8a5