javadoc generator for jsp pages

2000-10-20 Thread Alex Muc
Hi, Quick question: Does anybody know of a tool which will generate javadoc-style documentation from a set of JSP pages? Or some program which will do something similar to that? I have a lot of JSP pages lying around with various amounts of documentation in them and it would be nice to get so

Re: javadoc generator for jsp pages

2000-10-20 Thread Steve Weiss
If you look in /work/ you'll find the java files created from your JSPs. You could try just running them through javadoc and see what happens... Alex Muc wrote: > > Hi, > > Quick question: Does anybody know of a tool which will generate > javadoc-style documentation from a set of JSP pages? O