For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /scripts xml_proto.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /scripts xml_proto.php
Sean Coates

2006-01-31, 6:56 pm

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/phpd...0&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 <bradmssw@php.net> |
+----------------------------------------------------------------------+

- $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" .
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com