Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Get Eclipse to use javadoc doclets.
Get Eclipse to use javadoc doclets. [message #50772] Mon, 11 April 2005 19:11
Eclipse UserFriend
Originally posted by: hendrik_maryns.despammed.com

Hi,

I got some Javadoc doclets from my instructor, and have been able to get
Javadoc to use them with Eclipse. The formatter doesn't recognise them
though. Is it possible to import these doclets into Eclipse, so that it
recognises them?

What I want is this:

* @pre The file or directory must be effective.
* | fd != null
* @post If the file or directory can be deleted, it is removed from
* the contents. If it isn't, an exception is thrown.
* | if (fd.isDeletable())
* | then ! new.hasAsItem(file)
* | else false

But after hitting Ctrl+Shift+F, this gets:

* @pre The file or directory must be effective. | fd != null
* @post If the file or directory can be deleted, it is removed from
* the contents. If it isn't, an exception is thrown. | if
* (fd.isDeletable()) | then ! new.hasAsItem(file) | else
* false

Or do I have to enter this into the formatter manually? If yes, can I
get a pointer on how to do this?

Thanks, H.
--
Hendrik Maryns

Interesting websites:
www.lieverleven.be (I cooperate)
www.eu04.com European Referendum Campaign
aouw.org The Art Of Urban Warfare
Previous Topic:Importing Preferences
Next Topic:part of an import statement not resolved
Goto Forum:
  


Current Time: Sun Sep 01 06:04:44 GMT 2024

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

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

Back to the top