GNOME Bugzilla – Bug 729911
Using #TypeName in @short_description makes "-" in HTML index disappear
Last modified: 2015-04-27 19:52:23 UTC
From GUPnP: /** * SECTION:gupnp-context-manager * @short_description: Manages #GUPnPContext objects. * * A Utility class that takes care of creation and destruction of * #GUPnPContext objects for all available network interfaces as they go up * (connect) and down (disconnect), respectively. * */ Results in GUPnPContext — Context object wrapping shared networking bits. GUPnPContextManagerManages GUPnPContext objects. (taken from https://developer.gnome.org/gupnp/0.20/)
It is easy to reproduce, but unfortunately looks like an issue with the docbooks stylesheets :/ The longdash is not added by gtkdoc. What I can do is to not linkify the short description.
I think this is the commit that caused the issue: http://sourceforge.net/p/docbook/code/9206/
Created attachment 302325 [details] [review] xsl: work around a missing mode in the xsl template Fixes #729911
Pushed for the release.