docs: use |[ ]| instead of <programlisting></programlisting>

https://bugzilla.gnome.org/show_bug.cgi?id=723119
This commit is contained in:
William Jon McCann
2014-01-27 12:12:55 -05:00
parent a74ea0770d
commit 768bc44081
77 changed files with 328 additions and 358 deletions

View File

@ -49,7 +49,7 @@
* column. The "type" attribute specifies the data type for the column.
* <example>
* <title>A UI Definition fragment for a tree store</title>
* <programlisting><![CDATA[
* |[
* <object class="GtkTreeStore">
* <columns>
* <column type="gchararray"/>
@ -57,7 +57,7 @@
* <column type="gint"/>
* </columns>
* </object>
* ]]></programlisting>
* ]|
* </example>
* </refsect2>
*/