extracting Javadocs using Python

Wildemar Wildenburger lasses_weil at klapptsowieso.net
Sat Jan 12 08:21:30 EST 2008


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 in addition to using rST markup, it also provides 
markup similar to Javadocs. Maybe you can get some "inspiration" from 
the epydoc sources.

regards
/W



More information about the Python-list mailing list