Re: Javadocs with Generics

2007-05-25 Thread Scot P. Floess
nchronized List getFoo (String name) { } Javadoc: === java.util.List getFoo(java.lang.String name) I am using JDK 1.5.0_06 Best Ankush -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 12:40 PM To: Ant Users List Subject: Re: Jav

RE: Javadocs with Generics

2007-05-25 Thread Chadha, Ankush
, May 25, 2007 12:40 PM To: Ant Users List Subject: Re: Javadocs with Generics Ankush: What does your call to look like? I know that I am not doing anything special to ensure the generics output correctly... For instance: I am not specifying any target attribute as I am currently using JDK

Re: Javadocs with Generics

2007-05-25 Thread Scot P. Floess
Ankush: What does your call to look like? I know that I am not doing anything special to ensure the generics output correctly... For instance: "${jplate-build.JAVA_CLASSES_HOME}" destdir = "${jplate-build.JAVA_DOC_GENERATED_HOME}" packagenames = "${jplate-build.JAVA_DOC_PACKAGE_NAMES}"