Re: extracting Javadocs using Python

2008-01-12 Thread Wildemar Wildenburger
Rajarshi wrote: > Does anybody know if something like this is available? Or would I need > to implement a parser from scratch? > Probably. But using pyparsing, you shouldn't have a lot of trouble with it. You may want to take a look at epydoc, a python API-doc generator. I seem to remember that

extracting Javadocs using Python

2008-01-11 Thread 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 tas