Docs: Convert examples to |[ ]|

This commit is contained in:
Matthias Clasen
2014-01-31 21:56:33 -05:00
parent 4d12e0d66f
commit 17f51583a8
27 changed files with 346 additions and 442 deletions

View File

@@ -3349,7 +3349,7 @@ _sort_keys_func (gconstpointer a,
* The contents of the description has no ABI guarantees, the contents
* and formatting is subject to change at any time. Typical output
* looks something like this:
* <programlisting>
* |[
* Type&colon; method-call
* Flags&colon; none
* Version&colon; 0
@@ -3362,9 +3362,9 @@ _sort_keys_func (gconstpointer a,
* Body&colon; ()
* UNIX File Descriptors:
* (none)
* </programlisting>
* ]|
* or
* <programlisting>
* |[
* Type&colon; method-return
* Flags&colon; no-reply-expected
* Version&colon; 0
@@ -3377,7 +3377,7 @@ _sort_keys_func (gconstpointer a,
* Body&colon; ()
* UNIX File Descriptors&colon;
* fd 12: dev=0:10,mode=020620,ino=5,uid=500,gid=5,rdev=136:2,size=0,atime=1273085037,mtime=1273085851,ctime=1272982635
* </programlisting>
* ]|
*
* Returns: A string that should be freed with g_free().
*