From: Alex B. <en...@tu...> - 2001-07-09 20:03:58
|
> Now I have a kind of development library that does some useful > things like "where is module so-and-so" (in which package > I forgot), and other methods that traverse the ./user/mod > sub-tree and answer things about packages and modules. Cool. > What I want right now is a class that understands the > BC-used PHP coding standards, in which, there is a > method that when given the file path and method name > it parses out everything between > > // {{{ Method > > and > > // }}} > > and returns it. That's what PHPDoc does. It's the source of the comment standard (PHPDoc takes its standard from javaDoc.) So, you'll be able to generate complete API docs from your code if you document it correctly. > Anybody know where such an animal is? I have been > looking around http://www.phpdoc.de/ and in > the /usr/share/php/PEAR directory, but haven't found > such a class. You may be doing something different - but as far as documenting methods, classes, etc PHPDoc is extremely useful. > Can anyone point me to one? I'll find it, eventually, > but maybe someone knows... _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |