--- nfo/php/libs/org.netfrag.glib/php_extensions.php 2003/03/05 23:16:46 1.4 +++ nfo/php/libs/org.netfrag.glib/php_extensions.php 2003/03/10 22:58:46 1.5 @@ -10,9 +10,12 @@ */ /** - * $Id: php_extensions.php,v 1.4 2003/03/05 23:16:46 joko Exp $ + * $Id: php_extensions.php,v 1.5 2003/03/10 22:58:46 joko Exp $ * * $Log: php_extensions.php,v $ + * Revision 1.5 2003/03/10 22:58:46 joko + * + fixed metadata for phpDocumentor + * * Revision 1.4 2003/03/05 23:16:46 joko * updated docu - phpDocumentor is very strict about its 'blocks'... * @@ -95,18 +98,14 @@ * @package org.netfrag.glib * @name php * - * @todo - *
  * Todo:
- *
- *  o establish mkInstance here (move from DesignPattern::Object::mkObject)
- *  o establish loadModule here (move from DesignPattern::Object::loadModule)
+ * @todo (o) establish mkInstance here (move from DesignPattern::Object::mkObject)
+ * @todo (o) establish loadModule here (move from DesignPattern::Object::loadModule)
  *
  * Ideas:
- *  o php::create_redirector_function('func', array( type => 'lamba|function|method', name => 'Abc::do_xyz') )
- *  o php::create_redirector_method('class|obj_ref', 'method', $target)
- *  o php::export_symbol(from, to) (maybe solves above two)
- * 
+ * @todo (o) php::create_redirector_function('func', array( type => 'lamba|function|method', name => 'Abc::do_xyz') ) + * @todo (o) php::create_redirector_method('class|obj_ref', 'method', $target) + * @todo (o) php::export_symbol(from, to) (maybe solves above two) * */ class php {