This may help for documenting JSP files. http://opensource.yourdecor.ca/jspdoc/
Anand -----Original Message----- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 10:22 PM To: [EMAIL PROTECTED] Subject: Re: documenting jsp tags JSP tags are java code that is documented with javadoc like everything else. The only way to document tlds is to use xml comment lines but the tag's javadocs should let you know how to use the various attributes. Dave >From: "A Stephen" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: documenting jsp tags >Date: Sun, 22 Sep 2002 19:13:14 -0700 > >Greetings, >Is there a javadoc like facility, that documents TLD's /jsp Tags ? > >Thank you, >A Stephen. > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

