php - Automatic INLINE Document Generation -
first off, i'm not asking how generate documentation php source. that's easy enough libraries doxygen or phpdocumentor. i'm looking way automatically generate inline phpdoc-based comment stubs classes, methods, properties, etc. there pre-existing libraries out there can this? i've done bit of searching , have come nothing.
i'm asking because have itch wanna scratch writing own. tend spend hours @ time churning out code, saving documentation last step (i know, should go). problem is, while realizing importance of inline documentation, after 8 straight hours of coding , writing dozen classes dozens of methods , properties, it's bit off-putting have screech halt , start writing stuff.
obviously, can't create complete documentation automatically. things verbose descriptions of classes, properties , methods have hand-typed. but, using reflection, can derive enough information create comment stubs fill-in-the-blank placeholders.
if can assist me in search solution this, awesome. if not, i'll creating new github repository , contribute useful community. :)
documentx might (repeat might) able this.
Comments
Post a Comment