Re: [PEAR-DOC] peardoc doc skeleton generator
[email protected] (Matthew Fonda) Wed, 7 Apr 2010 08:30:30 -0700
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 7, 2010 at 8:06 AM, Philip Olson <[email protected]> wrote: > 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. Hello, I plan to start working on this. We hope this will greatly help to improve the quality of PEAR documentation. Best regards, --Matthew