GNOME Bugzilla – Bug 714989
docs/gst-utils: Fix escaping of stream id format
Last modified: 2013-11-26 11:37:16 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.
Created attachment 261218 [details] [review] [PATCH] gstutils: Escape stream id format in comments D'oh, wrong patch.
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