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 714989 - docs/gst-utils: Fix escaping of stream id format
docs/gst-utils: Fix escaping of stream id format
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal trivial
: 1.2.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-22 02:42 UTC by Sebastian Rasmussen
Modified: 2013-11-26 11:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] gstutils: Escape stream id format in comments (933 bytes, patch)
2013-11-22 02:42 UTC, Sebastian Rasmussen
none Details | Review
[PATCH] gstutils: Escape stream id format in comments (935 bytes, patch)
2013-11-22 02:44 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2013-11-22 02:42:55 UTC
Created attachment 261217 [details] [review]
[PATCH] gstutils: Escape stream id format in comments

Previously I got these warnings when building the HTML documentation:

html/GstPad.html:4604: warning: no link for: '03u' -> (<code class="literal">03u</code>).
html/GstPad.html:4604: warning: no link for: 'u' -> (<code class="literal">u</code>).

With the patch these warnings are gone.
Comment 1 Sebastian Rasmussen 2013-11-22 02:44:28 UTC
Created attachment 261218 [details] [review]
[PATCH] gstutils: Escape stream id format in comments

D'oh, wrong patch.
Comment 2 Tim-Philipp Müller 2013-11-22 19:08:23 UTC
Pushed, thanks!


commit 7a073cdcda5be725da8f763e6445b1b12e4a1339
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Fri Nov 22 01:35:18 2013 +0100

    gstutils: Escape stream id format in comments
    
    These must be escaped for gtk-doc to parse the comments without warnings.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=714989