aramonc/docblock-parser
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like
时间:2014-01-03 04:33
phpdocumentor/reflection-docblock
With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.
时间:2012-05-08 17:56
logicbrush/metrics
Examines the clover metrics for the project and will update method Docblocks in the provided source file with `@Metric` annotations.
时间:未知