[gtk-doc] tests: new test for bug #623968



commit af84db8455e3db55341ed0921d1083209a06c851
Author: Stefan Kost <ensonic users sf net>
Date:   Mon Jul 12 12:59:58 2010 +0300

    tests: new test for bug #623968

 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.c             |   22 +++++++++++++++++++++-
 tests/bugs/src/tester.h             |    2 ++
 3 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/tests/bugs/docs/tester-sections.txt b/tests/bugs/docs/tester-sections.txt
index 5d5d850..65fa7e5 100644
--- a/tests/bugs/docs/tester-sections.txt
+++ b/tests/bugs/docs/tester-sections.txt
@@ -39,6 +39,7 @@ bug_602518b
 bug_602518c
 bug_607445
 bug_610257
+bug_623968a
 <SUBSECTION Standard>
 <SUBSECTION Private>
 GTKDOC_GNUC_CONST
diff --git a/tests/bugs/src/tester.c b/tests/bugs/src/tester.c
index 58ab125..f07cd9f 100644
--- a/tests/bugs/src/tester.c
+++ b/tests/bugs/src/tester.c
@@ -11,6 +11,7 @@
  * Try a <ulink url="http://www.gtk.org/gtk-doc/#Top";>link containing a # char</ulink>.
  *
  * <refsect2 id="dummy-id">
+ * <title>more details</title>
  * <para>
  * Second paragraph inside subsection.
  * </para>
@@ -235,8 +236,27 @@ long double bug_607445(long double **a, int n) {
  * http://bugzilla.gnome.org/show_bug.cgi?id=610257
  */
 signed long
-bug_610257 (const unsigned char *der, int *len)
+bug_610257(const unsigned char *der, int *len)
 {
   return 1L;
 }
 
+
+/**
+ * bug_623968a:
+ * 
+ * <para>
+ *   test
+ * </para>
+ * <refsect3>
+ *   <title>subsect</title>
+ *   <para>
+ *     test
+ *   </para>  
+ * </refsect3>
+ **/
+void
+bug_623968a(void)
+{
+}
+
diff --git a/tests/bugs/src/tester.h b/tests/bugs/src/tester.h
index 55d4857..ff6963c 100644
--- a/tests/bugs/src/tester.h
+++ b/tests/bugs/src/tester.h
@@ -286,5 +286,7 @@ long double bug_607445(long double **a, int n);
 signed long bug_610257(const unsigned char *der, int *len);
 
 
+void bug_623968a(void);
+
 #endif // GTKDOC_TESTER_H
 



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