[gtk-doc] mkdb: less white space in the generated xml
- From: Stefan Kost <stefkost src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk-doc] mkdb: less white space in the generated xml
- Date: Thu, 23 Apr 2009 02:49:48 -0400 (EDT)
commit 062dc013eae43567c810c372a0773cf99159c0ff
Author: Stefan Kost <ensonic users sf net>
Date: Wed Apr 22 10:41:30 2009 +0300
mkdb: less white space in the generated xml
---
gtkdoc-mkdb.in | 23 ++++-------------------
1 files changed, 4 insertions(+), 19 deletions(-)
diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in
index 3c4cfb8..8f863fc 100755
--- a/gtkdoc-mkdb.in
+++ b/gtkdoc-mkdb.in
@@ -2081,7 +2081,6 @@ sub OutputSGMLFile {
<manvolnum>3</manvolnum>
<refmiscinfo>\U$MODULE\E Library</refmiscinfo>
</refmeta>
-
<refnamediv>
<refname>$title</refname>
<refpurpose>$short_desc</refpurpose>
@@ -2090,32 +2089,18 @@ $stability
<refsynopsisdiv id="$section_id.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
$object_anchors
-<synopsis>
-$include_output$${synopsis}</synopsis>
+<synopsis>$include_output$${synopsis}</synopsis>
</refsynopsisdiv>
-
-$$hierarchy
-$$prerequisites
-$$derived
-$$interfaces
-$$implementations
-$$args_synop
-$$signals_synop
-
+$$hierarchy$$prerequisites$$derived$$interfaces$$implementations$$args_synop$$signals_synop
<refsect1 id="$section_id.description" role="desc">
<title role="desc.title">Description</title>
-$extralinks
-$long_desc
+$extralinks$long_desc
</refsect1>
-
<refsect1 id="$section_id.details" role="details">
<title role="details.title">Details</title>
$$details
</refsect1>
-$$args_desc
-$$signals_desc
-
-$see_also
+$$args_desc$$signals_desc$see_also
</refentry>
EOF
close (OUTPUT);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]