cvs: php-gtk-doc /updater doUpdate.sh updateMethods.php

[email protected] ("Christian Weiske")
Newsgroups php.gtk.doc
Message-ID <cvscweiske1159604581@cvsserver>
cweiske		Sat Sep 30 08:23:01 2006 UTC

  Modified files:              
    /php-gtk-doc/updater	doUpdate.sh updateMethods.php 
  Log:
  Fixing update shell script
  
  
http://cvs.php.net/viewvc.cgi/php-gtk-doc/updater/doUpdate.sh?r1=1.1&r2=1.2&diff_format=u
Index: php-gtk-doc/updater/doUpdate.sh
diff -u php-gtk-doc/updater/doUpdate.sh:1.1 php-gtk-doc/updater/doUpdate.sh:1.2
--- php-gtk-doc/updater/doUpdate.sh:1.1	Mon Jan 16 13:48:21 2006
+++ php-gtk-doc/updater/doUpdate.sh	Sat Sep 30 08:23:01 2006
@@ -1,4 +1,4 @@
 #!/bin/sh
-python prepxpath.py
-php updateMethods.php
-python remxpath.py
+php prepxpath.php $@
+php updateMethods.php $@
+php remxpath.php $@
http://cvs.php.net/viewvc.cgi/php-gtk-doc/updater/updateMethods.php?r1=1.10&r2=1.11&diff_format=u
Index: php-gtk-doc/updater/updateMethods.php
diff -u php-gtk-doc/updater/updateMethods.php:1.10 php-gtk-doc/updater/updateMethods.php:1.11
--- php-gtk-doc/updater/updateMethods.php:1.10	Mon May 29 16:10:34 2006
+++ php-gtk-doc/updater/updateMethods.php	Sat Sep 30 08:23:01 2006
@@ -106,7 +106,7 @@
         if ($functionNodes->length == 0) {
             /* Method not present, Add it */
             if ($ismethod) {
-                $xmlMethod = $doc->createElement('method', "\n   ");
+                $xmlMethod = $doc->createElement('method', "\n    ");
             } else {
                 $xmlMethod = $doc->createElement('constructor', "\n   ");
             }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.