i started using phpdocumentor2 for php project and want to extend it so it have custom features.
I want to make it output "Newest functions/methods/classes" under the default generated content. what my idea is when its run to be able to compare if any element in parsed file have new @version maybe or even by file change date.
Does anyone know if this is possible and how to do it with this doc generator or other?
Also does anyone know if current phpdocumentator2 support correctly @uses and if not what other workarounds there are to make it work? i need it to connect my project classes.