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 312504 - Doesn't show type names in monospace
Doesn't show type names in monospace
Status: RESOLVED NOTABUG
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-03 20:10 UTC by Ross Burton
Modified: 2005-12-05 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Burton 2005-08-03 20:10:14 UTC
If I use <typename> in docs, or gtk-doc generates a <typename> tag, the text
isn't in monospace font when transformed to HTML.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2005-08-24 17:10:44 UTC
It is marked-up using <span class="type">
Thus we could use style.css to make it use a monospaced font (if we want that).