GNOME Bugzilla – Bug 681721
Various fixes for the gtkdoc doclet
Last modified: 2012-09-18 13:21:14 UTC
Here are a load of fixes for the gtkdoc taglet in order to improve its output for libfolks. They mostly revolve around fixing warnings from gtk-doc by producing a better *-sections.txt file, but also include support for ‘Deprecated’ headers in gtk-doc comments.
Created attachment 220965 [details] [review] Fixes for the gtk-doc doclet This is a squashed version of my branch of gtk-doc fixes. The branch is available here: https://www.gitorious.org/valadoc/valadoc/commits/681721-gtk-doc-fixes. Each commit is explained in its commit message, so I won’t repeat those here.
Created attachment 221185 [details] [review] Use <code> rather than <blockquote> for monospaced text As discussed on IRC, here’s a further patch to use <code> rather than <blockquote> for monospaced text in the gtkdoc doclet. Also, all the commits in my previous patch need updating to mention this bug number in their commit messages. I can do that before merging them once they’re reviewed.
This looks like lots of good stuff. It would be great if it could be reviewed and hopefully pushed.