views:

20

answers:

0

Hi

I need to document a (fairly) large project in java + jsp (1.0... don't get me start).

For the middle tier (all .java classes) I just used doxygen to generate .html and .pdf documents, but my chief asked me to document and integrate the documentation of .jsp pages.

AFAIK not doxygen nor javadoc are directly suitables for this job. Am I wrong?

The only way I can think is to insert <%/** javadoc-style comments */%> in the jsp pages, then compile the .jsp in .java files, then apply doxygen... but it's a bit over-intricated...