sean            Tue Jan 31 16:14:01 2006 UTC

  Modified files:              
    /phpdoc/scripts     xml_proto.php 
  Log:
  Fix reference.xml (comment configure/ini entities; fix &no.resource; (para))
  
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/xml_proto.php?r1=1.39&r2=1.40&diff_format=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.39 phpdoc/scripts/xml_proto.php:1.40
--- phpdoc/scripts/xml_proto.php:1.39   Wed Sep 14 18:42:17 2005
+++ phpdoc/scripts/xml_proto.php        Tue Jan 31 16:14:01 2006
@@ -16,7 +16,7 @@
   | Authors:   Brad House <[EMAIL PROTECTED]>                             |
   +----------------------------------------------------------------------+
  
-  $Id: xml_proto.php,v 1.39 2005/09/14 18:42:17 sean Exp $
+  $Id: xml_proto.php,v 1.40 2006/01/31 16:14:01 sean Exp $
 */
 
 /*
@@ -54,9 +54,10 @@
    05/06/04 v2.1 - Corrected filenames for OO functions
    01/03/05 v2.2 - Implemented the new doc style
    08/08/05 v2.3 - Refpurpose is on one line
+   01/31/06 v2.4 - Fix reference.xml (comment configure/ini entities; fix 
&no.resource; (para))
 */
 
-$version="2.3";
+$version="2.4";
 
 $funclist=array();
 $num_funcs=0;
@@ -182,15 +183,15 @@
        "   </para>\n" .
        "  </section>\n\n" .
        "  <!-- Information found in configure.xml -->\n" .
-       "  &reference.".$extension_name.".configure;\n" .
+       "  <!-- reference.".$extension_name.".configure; -->\n" .
        "  <!-- Information found in ini.xml -->\n" .
-       "  &reference.".$extension_name.".ini;\n\n" .
+       "  <!-- reference.".$extension_name.".ini; -->\n\n" .
        "  <section id=\"" . $extension_name . ".resources\">\n" .
        "   &reftitle.resources;\n" .
        "   <para>\n" .
        "    Type of resource types (link id, etc.) this extension returns.\n" .
-       "    &no.resource;\n" .
        "   </para>\n" .
+       "   &no.resource;\n" .
        "  </section>\n");
        if ($num_const > 0) {
          fwrite($fp, "  <!-- Information found in constants.xml -->\n" .

Reply via email to