Patch to make interface documentation work



I like the recent interface documentation changes that have gone in. If
only they produced legal Docbook. :-)

The attached patch wraps up the "foo implements blah" text in <para>
tags so that things build without errors.

Can I commit?
Malcolm

-- 
Success always occurs in private and failure in full view.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtk-doc/ChangeLog,v
retrieving revision 1.130
diff -u -r1.130 ChangeLog
--- ChangeLog	2 Nov 2002 16:32:54 -0000	1.130
+++ ChangeLog	7 Nov 2002 13:08:39 -0000
@@ -1,3 +1,8 @@
+2002-11-08  Malcolm Tredinnick <malcolm commsecure com au>
+
+	* gtkdoc-mkdb.in (GetInterfaces): Wrap the interface body text
+	in <para> tags.
+
 2002-10-29  Damon Chaplin  <damon ximian com>
 
 	* gtkdoc-scangobj.in: in get_type_name() set is_pointer to TRUE for
Index: gtkdoc-mkdb.in
===================================================================
RCS file: /cvs/gnome/gtk-doc/gtkdoc-mkdb.in,v
retrieving revision 1.57
diff -u -r1.57 gtkdoc-mkdb.in
--- gtkdoc-mkdb.in	19 Oct 2002 23:35:46 -0000	1.57
+++ gtkdoc-mkdb.in	7 Nov 2002 13:08:45 -0000
@@ -1602,7 +1602,7 @@
 	$text = <<EOF
 <refsect1>
 <title>$title</title>
-$text
+<para>$text</para>
 </refsect1>
 EOF
     }


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