I am creating a custom JSP tag using a class which extends TagSupport and a tld. I want to create a javadoc such that when a designer uses these tags, like for example in eclipse, on ctrl+space (in windows), the designer must get tag info and same thing should happen for each atribute in the tag. I tried giving /** .. */ in class, it did not work. How to do this ? If there is an easier tool, please mention tutorial link.
Share
It should go in
<description>element of the<tag>and<attribute>elements in the.tldfile.E.g.