diff options
Diffstat (limited to 'imworkingon/contribs.yml')
-rw-r--r-- | imworkingon/contribs.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml index 003c6dc..6ad30e4 100644 --- a/imworkingon/contribs.yml +++ b/imworkingon/contribs.yml @@ -175,3 +175,13 @@ Also, hopefully this will make it easier to keep binutils' and GDB's bundled dependencies more up-to-date in the future; as many are quite out-of-date right now. +- urls: + - https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4187 + tags: [GTK, docs] + desc: | + While GI-DocGen markup is largely backward-compatible with GTK-Doc + markup, it isn't completely backward-compatible. This fixes some + mistakes from when Glib migrated from GTK-Doc to GI-DocGen. I + scanned for places where GI-DocGen was emitting unknown HTML tags, + which indicate such a mistake. Notably, some of the rendered + gregex docs were unreadable. |