[gtk-doc] mkdb: non functional code cleanup



commit de9b40fdd6d400df875d7a1defe8ef32c67cff81
Author: Stefan Kost <ensonic users sf net>
Date:   Sat Jun 27 16:39:19 2009 +0300

    mkdb: non functional code cleanup

 gtkdoc-mkdb.in |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in
index 4959cd6..99b50b4 100755
--- a/gtkdoc-mkdb.in
+++ b/gtkdoc-mkdb.in
@@ -1905,12 +1905,9 @@ sub OutputParamDescriptions {
 
 	# Start a table if we need one.
 	if ($params_desc || $returns) {
-	    $output .= <<EOF;
-<variablelist role="params">
-EOF
-
+	    $output .= "<variablelist role=\"params\">\n";
 	    if ($params_desc ne "") {
-#	        $output .= "<varlistentry><term>Parameters:</term><listitem></listitem></varlistentry>\n";
+	        #$output .= "<varlistentry><term>Parameters:</term><listitem></listitem></varlistentry>\n";
 	        $output .= $params_desc;
 	    }
 



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