For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > July 2005 > 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
Jakub Vrana

2005-07-25, 5:31 pm

vrana Mon Jul 25 07:57:55 2005 EDT

Modified files:
/phpdoc/scripts xml_proto.php
Log:
Missing semicolon

http://cvs.php.net/diff.php/phpdoc/...28&r2=1.29&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.28 phpdoc/scripts/xml_proto.php:1.29
--- phpdoc/scripts/xml_proto.php:1.28 Mon Jul 25 07:39:50 2005
+++ phpdoc/scripts/xml_proto.php Mon Jul 25 07:57:55 2005
@@ -16,7 +16,7 @@
| Authors: Brad House <bradmssw@php.net> |
+----------------------------------------------------------------------+

- $Id: xml_proto.php,v 1.28 2005/07/25 11:39:50 vrana Exp $
+ $Id: xml_proto.php,v 1.29 2005/07/25 11:57:55 vrana Exp $
*/

/*
@@ -144,7 +144,7 @@
}

fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
- '<!-- $Revision: 1.28 $ -->'."\n" .
+ '<!-- $Revision: 1.29 $ -->'."\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" .
@@ -229,7 +229,7 @@
$functype = trim($funclist[$i]["function_type"]);

fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
- '<!-- $Revision: 1.28 $ -->'."\n" .
+ '<!-- $Revision: 1.29 $ -->'."\n" .
"<!-- Generated by xml_proto.php v" . $version . ". Found in /scripts directory of phpdoc. -->\n" .
"<refentry id=\"function." . $fixname . "\">\n" .
" <refnamediv>\n" .
@@ -313,7 +313,7 @@
" <thead>\n" .
" <row>\n" .
" <entry>&Version;</entry>\n" .
- " <entry>&Description</entry>\n" .
+ " <entry>&Description;</entry>\n" .
" </row>\n" .
" </thead>\n" .
" <tbody>\n" .
Sponsored Links







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

Copyright 2008 codecomments.com