--- Mark Lybarger <[EMAIL PROTECTED]>
wrote:
> 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.

xdoclet used to be doclet of javadoc, but this is
gone... 

You can:
 - play around with tagles / sun javadoc
 - write own xdoclet template and trash sun javadoc
altogether. 

If you opt in for second choice, I would recommend
to go for xdoclet 2 - with jelly templating is really
nice if it comes to generate xmlly stuff. 

Developing xdoclet-2 plugin is much easier than
xdoclet
1 templating. 

And you can have cooler doco than javadocs :)

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


-------------------------------------------------------
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

Reply via email to