docs: use docbook markup for xi:include
authorStefan Sauer <ensonic@users.sf.net>
Tue, 18 Feb 2014 21:54:45 +0000 (22:54 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 18 Feb 2014 21:54:45 +0000 (22:54 +0100)
It turns out that the change in gtk-doc-1.20 which wraps the |[]| content in
CDATA break xi:inlcude examples. As in a whole jhbuild checkout these where
the only 4, we're fixing them instead.

gst/audiofx/audiofirfilter.c
gst/audiofx/audioiirfilter.c
gst/level/gstlevel.c
gst/spectrum/gstspectrum.c

index e0887ad..0ab32f3 100644 (file)
@@ -39,9 +39,9 @@
  *
  * <refsect2>
  * <title>Example application</title>
- * |[
+ * <informalexample><programlisting language="C">
  * <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" parse="text" href="../../../../tests/examples/audiofx/firfilter-example.c" />
- * ]|
+ * </programlisting></informalexample>
  * </refsect2>
  */
 
index c107594..eb4f20c 100644 (file)
@@ -35,9 +35,9 @@
  *
  * <refsect2>
  * <title>Example application</title>
- * |[
+ * <informalexample><programlisting language="C">
  * <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" parse="text" href="../../../../tests/examples/audiofx/iirfilter-example.c" />
- * ]|
+ * </programlisting></informalexample>
  * </refsect2>
  */
 
index 92e0bfe..cfd5bce 100644 (file)
@@ -93,9 +93,9 @@
  *
  * <refsect2>
  * <title>Example application</title>
- * |[
+ * <informalexample><programlisting language="C">
  * <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" parse="text" href="../../../../tests/examples/level/level-example.c" />
- * ]|
+ * </programlisting></informalexample>
  * </refsect2>
  */
 
index 75a9152..5e192c1 100644 (file)
@@ -90,9 +90,9 @@
  *
  * <refsect2>
  * <title>Example application</title>
- * |[
+ * <informalexample><programlisting language="C">
  * <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" parse="text" href="../../../../tests/examples/spectrum/spectrum-example.c" />
- * ]|
+ * </programlisting></informalexample>
  * </refsect2>
  *
  * Last reviewed on 2011-03-10 (0.10.29)