Hi Konstantin,

Are you trying to tell me that xJavadoc cannot generate any api
documentation like the one generated by javadoc tool?

For Sun Javadoc, if we have some java files under a package say xyz. When we
run javadoc xyz.*, api documentation in html format will be generated to
explain what the class is, the methods, constructors ... etc.

Of course, we must define some comments like:
/**
 * This is method A.
 * @param a string to be set
 * @see String
 */
public void setA(String a);

Do you mean that xJavadoc will not generate any standard Sun document to
explain the above API comment?

Please advice!!!

Thanks for your response, deeply appreciate your help!

Sue

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Konstantin
Priblouda
Sent: Tuesday, July 29, 2003 5:33 PM
To: [EMAIL PROTECTED]
Subject: Re: [Xdoclet-user] How to use xJavadoc



--- Tay Shwu Ying <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am new to xJavadoc and I wonder how I could call
> xJavadoc from Apache
> Ant???
>
> To generate normal Sun Java documentation using
> standard Sun javadoc, we
> just need to create a simple build.xml with the
> following task: {or simply
> run javadoc command from command prompt under
> windows}

You are aware that xjavadoc does not generate any
documentation ( despite its name )?

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstdrkung 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!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to