Use a code block instead of <screen>
authorMatthias Clasen <mclasen@redhat.com>
Thu, 6 Feb 2014 03:01:54 +0000 (22:01 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 6 Feb 2014 13:07:15 +0000 (08:07 -0500)
glib/goption.c

index da04596..17c35de 100644 (file)
@@ -59,7 +59,7 @@
  * #GOptionGroup) and write a text similar to the one shown in the
  * following example to stdout.
  *
- * <informalexample><screen>
+ * |[
  * Usage:
  *   testtreemodel [OPTION...] - test tree model performance
  *  
@@ -75,7 +75,7 @@
  *   -v, --verbose            Be verbose
  *   -b, --beep               Beep when done
  *   --rand                   Randomize the data
- * </screen></informalexample>
+ * ]|
  *
  * GOption groups options in #GOptionGroups, which makes it easy to
  * incorporate options from multiple sources. The intended use for this is