extracting Javadocs using Python

Rajarshi rajarshi.guha at gmail.com
Fri Jan 11 17:02:21 EST 2008


Hi, I work on a Java project and I was thinking out creating a hook in
the subversion repo for the project that would check whether a class
and it's associated methods were documented with Javadocs.

Since I have written Subversion hooks for other purposes in Python,
I'd like to try and do this task in Python as well. However, it seems
that I'd need a full fledged Java/Javadoc parser written in Python.

Does anybody know if something like this is available? Or would I need
to implement a parser from scratch?

Thanks,



More information about the Python-list mailing list