[gtk-doc] tests: add a more complete test for blocks in lists



commit 53fee9d59670eadf99e0ce1339df54b1734773c7
Author: William Jon McCann <william jon mccann gmail com>
Date:   Fri Jan 31 10:40:59 2014 -0500

    tests: add a more complete test for blocks in lists
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723417

 tests/gobject/src/gobject.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/tests/gobject/src/gobject.c b/tests/gobject/src/gobject.c
index 6183e63..67ee27b 100644
--- a/tests/gobject/src/gobject.c
+++ b/tests/gobject/src/gobject.c
@@ -64,6 +64,8 @@
  *
  * # Coda #
  *
+ * 1. This is a ordered list
+ *
  * 1. This is a code block in a list:
  *    |[<!-- language="C" -->
  *    GObject *myobj;
@@ -72,8 +74,19 @@
  *    // do something
  *    g_object_unref (myobj);
  *    ]|
+ *    And another:
+ *    |[<!-- language="C" -->
+ *    GObject *myobj;
+ *
+ *    myobj = gtkdoc_object_new();
+ *    // do something
+ *    g_object_unref (myobj);
+ *    ]|
  *
  * 1. Really
+ *
+ *    Has a paragraph.
+ *
  * 1. Is
  *
  * Nothing more to say.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]