You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by RAMADOSS Padhmapriya <PR...@covansys.com> on 2006/10/16 11:00:41 UTC

creating javadoc

Hi,

 

I want to create a javadoc for 6 to 7 project.

Am able to create separately. I want these to be in the same index file.

 

Can any one give me solution for this.

 

Regards,

PriyaRamadoss.
Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.

Re: creating javadoc

Posted by Dominique Devienne <dd...@gmail.com>.
> I want to create a javadoc for 6 to 7 project.
> Am able to create separately. I want these to be in the same index file.

AFAIK, you cannot "merge" independent Javadoc runs. No one has created
a tool for this that I'm aware of.  You must run a single Javadoc run,
with all sources (even from different dir hierarchies.), as Jan
pointed out.

I used to javadoc each project individually, with <linkoffline> tags,
so that they were properly cross-referenced, and created my own entry
page with links to each individuals javadoc-generated index page.

Javadocs is resource hungry, so Javadocing too many sources at once
will eventually exhaust the memory. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org