[gtk-doc] tests: make use of title tag to have a more minimal -sections.txt



commit e52d95c284991c76f8772f70904fa7995f771684
Author: Stefan Kost <ensonic users sf net>
Date:   Wed Dec 23 01:22:17 2009 +0200

    tests: make use of title tag to have a more minimal -sections.txt

 tests/gobject/docs/tester-sections.txt |    2 --
 tests/gobject/src/giface.c             |    1 +
 tests/gobject/src/gobject.c            |    1 +
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/gobject/docs/tester-sections.txt b/tests/gobject/docs/tester-sections.txt
index be57415..7e5e90b 100644
--- a/tests/gobject/docs/tester-sections.txt
+++ b/tests/gobject/docs/tester-sections.txt
@@ -1,6 +1,5 @@
 <SECTION>
 <FILE>object</FILE>
-<TITLE>GtkdocObject</TITLE>
 GtkdocObject
 GtkdocObjectClass
 gtkdoc_object_new
@@ -20,7 +19,6 @@ GTKDOC_OBJECT_GET_CLASS
 
 <SECTION>
 <FILE>iface</FILE>
-<TITLE>GtkdocIface</TITLE>
 GtkdocIface
 GtkdocIfaceInterface
 gtkdoc_iface_configure
diff --git a/tests/gobject/src/giface.c b/tests/gobject/src/giface.c
index 09d4745..4b09bdb 100644
--- a/tests/gobject/src/giface.c
+++ b/tests/gobject/src/giface.c
@@ -1,5 +1,6 @@
 /**
  * SECTION:iface
+ * @title: GtkdocIface
  * @short_description: interface for gtk-doc unit test
  * @see_also: #GtkdocObject
  *
diff --git a/tests/gobject/src/gobject.c b/tests/gobject/src/gobject.c
index 65b721f..8c4471b 100644
--- a/tests/gobject/src/gobject.c
+++ b/tests/gobject/src/gobject.c
@@ -1,5 +1,6 @@
 /**
  * SECTION:object
+ * @title: GtkdocObject
  * @short_description: class for gtk-doc unit test
  * @see_also: #GtkdocIface
  *



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