diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-08-13 15:17:11 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-08-13 15:17:11 -0600 |
commit | 78a475c8acdf7427b7abd305ebad8b1019a74dcc (patch) | |
tree | a33a74beb0fc8cd463b00facd8f2dc42b6475aa9 /imworkingon/contribs.yml | |
parent | 290354461422fff8c05ef9ce37ba154641e3f8fc (diff) |
imworkingon: glib doc fixes
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. |