docs: use docbook markup for xi:include

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.
This commit is contained in:
Stefan Sauer 2014-02-18 22:54:45 +01:00
parent 9d9ffba17e
commit a4fd0f9351
4 changed files with 8 additions and 8 deletions

View 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>
*/

View 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>
*/

View 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>
*/

View 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)