Hello there, Would anybody be brave enough to tell me how does one document a JSP file. Is there a way to use Javadoc to do this? From what I know this is not possible. But would be great if there was some nice way off documenting JSPs. Thanks Jack :roll:
Mark Howard
Ranch Hand
Joined: Feb 14, 2001
Posts: 285
posted
0
Hi Jack I'm guessing you only have <%--, <% //, and <!-- at your disposal
Simon Brown
sharp shooter, and author
Ranch Hand
Joined: May 10, 2000
Posts: 1860
posted
0
The JSP coding conventions does have some information about writing comments, but not a great deal. What do you want to comment? Java code, how the page works, etc? Simon