Falko Menge wrote: > > Format > ====== > The Reflection component should reuse the syntax of phpDocumentor > (http://phpdoc.org) and also some of its annotation tags. To retrieve the data > types of properties, parameters and return values the annotations @var, @param > and @return should be analyzed. They have the following syntax: > > /** > * @var datatype description > */ > > /** > * @param datatype $paramname description > * @return datatype description > */
It looks great! Just a thought: there are also other standards for comments (Doxygen?) which people might use instead of phpDocumentor. I think supporting the possibility that the user specifies which handler to use is in the spirit of eZ Components. Best regards, Alex. -- Alexandru Stanoi eZ Components System Developer eZ Systems | http://ez.no -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
