hholzgra Sat Mar 15 17:38:02 2003 EDT
Modified files:
/php4/scripts/ext_skel_ng extension_parser.php
Log:
docbook fixes
Index: php4/scripts/ext_skel_ng/extension_parser.php
diff -u php4/scripts/ext_skel_ng/extension_parser.php:1.7
php4/scripts/ext_skel_ng/extension_parser.php:1.8
--- php4/scripts/ext_skel_ng/extension_parser.php:1.7 Fri Mar 7 00:15:28 2003
+++ php4/scripts/ext_skel_ng/extension_parser.php Sat Mar 15 17:38:01 2003
@@ -283,7 +283,7 @@
$fp = fopen("$docdir/reference.xml", "w");
fputs($fp,
"<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- \$Revision: 1.7 $ -->
+<!-- \$Revision: 1.8 $ -->
<reference id='ref.{$this->name}'>
<title>{$this->summary}</title>
<titleabbrev>{$this->name}</titleabbrev>
@@ -302,7 +302,9 @@
</para>
</section>
+<!-- TODO no configure option support yet
&reference.{$this->name}.configure;
+-->
<section id='{$this->name}.configuration'>
&reftitle.runtime;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php