Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » JavaDoc for 1.5 syntax
JavaDoc for 1.5 syntax [message #8175] Wed, 19 January 2005 16:12 Go to next message
Eclipse UserFriend
Originally posted by: james.keirstead.ouce.ox.ac.uk

Hi,

I'm running Eclipse 3.1 M4 and it's working great with all the new Java
1.5 generics, for loops etc. The only problem is that the javadoc
generation doesn't like this syntax and crashes. I tried adding -source
1.5 to the end of the javadoc.exe command line but Eclipse won't accept it.

Any ideas?

Thanks
James Keirstead
Re: JavaDoc for 1.5 syntax [message #217667 is a reply to message #8175] Sun, 24 June 2007 13:18 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

James,

What in particular doesn't the Javadoc like? Note that references to
methods must use the erased signature. I.e., * @see List#add(Object)
not @see List#add(E). It's useful to take advantage of JDTs Javadoc
checking facilities by using
Window->Preferences->Java->Compiler->Javadoc to turn on warnings/errors
that will help you fix the problems before javadoc generation croaks.


James Keirstead wrote:
> Hi,
>
> I'm running Eclipse 3.1 M4 and it's working great with all the new
> Java 1.5 generics, for loops etc. The only problem is that the
> javadoc generation doesn't like this syntax and crashes. I tried
> adding -source 1.5 to the end of the javadoc.exe command line but
> Eclipse won't accept it.
>
> Any ideas?
>
> Thanks
> James Keirstead
>
Previous Topic:Enterprise Application Project help
Next Topic:Eclipse and IBM WSDK
Goto Forum:
  


Current Time: Fri Apr 26 01:17:23 GMT 2024

Powered by FUDForum. Page generated in 0.05979 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top