this seems like a semi touchy subject, but i'm using jdk 1.4.1, i have xdoclet tags
in my code, and i'd like javadoc to display the tags as is.
if i use the ant <tag> element, they show up as
struts.validator:
type="max-length", type="min-length", type="long"
struts.validator-var
name="min-length" value="9", name="max-length" value="9"
instead of
@struts.validator type="required"
@struts.validator type="max-length"
@struts.validator-var name="max-length" value="30"
to me the second is easier to read. how can i get javadoc to generate my docs like
this? if it can be done more nicely with xjavadoc, i'll take that too. i'd just like
easy and readable documentation.
thanks!
~mark
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user