After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 681721 - Various fixes for the gtkdoc doclet
Various fixes for the gtkdoc doclet
Status: RESOLVED FIXED
Product: valadoc
Classification: Other
Component: libvaladoc
git master
Other All
: Normal normal
: ---
Assigned To: valadoc-maint
valadoc-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-13 06:54 UTC by Philip Withnall
Modified: 2012-09-18 13:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes for the gtk-doc doclet (38.62 KB, patch)
2012-08-13 07:02 UTC, Philip Withnall
none Details | Review
Use <code> rather than <blockquote> for monospaced text (1.14 KB, patch)
2012-08-14 19:25 UTC, Philip Withnall
none Details | Review

Description Philip Withnall 2012-08-13 06:54:48 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.
Comment 1 Philip Withnall 2012-08-13 07:02:08 UTC
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.
Comment 2 Philip Withnall 2012-08-14 19:25:19 UTC
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.
Comment 3 Murray Cumming 2012-09-17 08:39:29 UTC
This looks like lots of good stuff. It would be great if it could be reviewed and hopefully pushed.