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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to