Skip to main content



      Home
Home » Newcomers » Newcomers » Get Eclipse to use javadoc doclets.
Get Eclipse to use javadoc doclets. [message #50772] Mon, 11 April 2005 15: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: Thu May 08 17:39:55 EDT 2025

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

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

Back to the top