Hello Mahen,
this is slightly off topic.
You need to develop your own javadoc doclet which will recognize the hibernate tags as well as the standard javadoc tags.
Then you will run javadoc using your doclet.
You need to study the documentation of javadoc and of the standard doclet in the J2SE documentation.

Cheers,

Antoine

Mahen Perera wrote:

Hi
This is my problem.
I am using the <javadoc/> ant task to generate the Java doc files for my App. In my source files I have XDoclet tags such as @hibernate.set
@hibernate.collection-key
@hibernate.collection-many-to-many etc etc I want these tags also to be displayed in the generated JavaDoc HTML files.
 What should i do to get this behaviour ..
 Thanks in advance for any help
Mahen




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to