cvs: php-gtk-doc /updater updateMethods.php
[email protected] ("Christian Weiske")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvscweiske1160426636@cvsserver> |
cweiske Mon Oct 9 20:43:56 2006 UTC
Modified files:
/php-gtk-doc/updater updateMethods.php
Log:
TODO item
http://cvs.php.net/viewvc.cgi/php-gtk-doc/updater/updateMethods.php?r1=1.17&r2=1.18&diff_format=u
Index: php-gtk-doc/updater/updateMethods.php
diff -u php-gtk-doc/updater/updateMethods.php:1.17 php-gtk-doc/updater/updateMethods.php:1.18
--- php-gtk-doc/updater/updateMethods.php:1.17 Mon Oct 9 20:36:01 2006
+++ php-gtk-doc/updater/updateMethods.php Mon Oct 9 20:43:56 2006
@@ -15,6 +15,7 @@
* - beautify output (xml_beautifier?)
* - add/check signals
* - add/check properties
+* - what happens if no <methods> tag exists?
*
* Done:
* - add void if no return value (always since we cannot determine)
@@ -73,7 +74,7 @@
{
/* Obtain reflection object for current class */
if (!class_exists($classname)) {
- include_once $classname . '.php';
+ @include_once $classname . '.php';
}
try {
$refObject = new ReflectionClass($classname);