dbs             Tue Apr 12 19:55:27 2005 EDT

  Modified files:              
    /phpdoc/scripts     xml_proto.php 
  Log:
  listitem should be indented to same depth as term in variablelist
  
  
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.23&r2=1.24&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.23 phpdoc/scripts/xml_proto.php:1.24
--- phpdoc/scripts/xml_proto.php:1.23   Tue Feb 15 08:27:53 2005
+++ phpdoc/scripts/xml_proto.php        Tue Apr 12 19:55:26 2005
@@ -16,7 +16,7 @@
   | Authors:   Brad House <[EMAIL PROTECTED]>                             |
   +----------------------------------------------------------------------+
  
-  $Id: xml_proto.php,v 1.23 2005/02/15 13:27:53 nlopess Exp $
+  $Id: xml_proto.php,v 1.24 2005/04/12 23:55:26 dbs Exp $
 */
 
 /*
@@ -139,7 +139,7 @@
   }
 
   fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
-       '<!-- $Revision: 1.23 $ -->'."\n" .
+       '<!-- $Revision: 1.24 $ -->'."\n" .
        "<!-- Generated by xml_proto.php v" . $version . ". Found in /scripts 
directory of phpdoc. -->\n" .
        "<reference id=\"ref." . $extension_name . "\">\n" .
        " <title>$extension_name Functions</title>\n" .
@@ -224,7 +224,7 @@
     $functype = trim($funclist[$i]["function_type"]);
 
     fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
-               '<!-- $Revision: 1.23 $ -->'."\n" .
+               '<!-- $Revision: 1.24 $ -->'."\n" .
                "<!-- Generated by xml_proto.php v" . $version . ". Found in 
/scripts directory of phpdoc. -->\n" .
                "<refentry id=\"function." . $fixname . "\">\n" .
                " <refnamediv>\n" .
@@ -268,12 +268,12 @@
             $tmp .= '' .
             "    <varlistentry>\n" .
             "     <term><parameter>{$argname}</parameter></term>\n" .
-            "      <listitem>\n" .
-            "       <para>\n" .
-            "        Its description\n" .
-            "       </para>\n" .
-            "      </listitem>\n" .
-            "     </varlistentry>\n";
+            "     <listitem>\n" .
+            "      <para>\n" .
+            "       Its description\n" .
+            "      </para>\n" .
+            "     </listitem>\n" .
+            "    </varlistentry>\n";
         }
         $tmp .= "   </variablelist>\n";
         fwrite($fp, $tmp);

Reply via email to