peardoc doc skeleton generator
[email protected] (Philip Olson) Wed, 7 Apr 2010 08:06:02 -0700
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
Hello, Has anyone worked on a peardoc doc skeleton generator? This idea resulted from Matthew and I talking (on IRC) about a lack of peardoc documentation, so this might help. Simply using Reflection would seemingly make this easy and doable. For a reference, the PHP manual uses the following to generate docbook skeletons: - http://svn.php.net/viewvc/phpdoc/doc-base/trunk/scripts/docgen/ Considering PEAR classes adhere to the PEAR Coding Standards, it should be much simpler to do because the getDocComment() method is handy. Regards, Philip