Are there any PHP DocBlock parser tools available?
Posted
by Beau Simensen
on Stack Overflow
See other posts from Stack Overflow
or by Beau Simensen
Published on 2010-03-27T21:49:38Z
Indexed on
2010/03/27
21:53 UTC
Read the original article
Hit count: 431
I would like to build some smaller scale but hightly customized documentation sites for a few projects. PhpDocumentor is pretty great but it is very heavy. I thought about trying to tweak the templates for that but after spending only a couple of minutes looking into it I decided that it would be too much work.
Ideally I'd like to see something to which I could pass a bunch of files and have it return all of the files, classes and properties and methods, along with their meta data, so that I could build out some simple templates based on the data.
Are there any DocBlock parser-only projects that will help me in this task, or am I stuck reinventing that wheel?
© Stack Overflow or respective owner