R
Rajarshi
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,
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,