-
Javadoc spell & grammer check? (1 messages)
- Posted by: scrop scrop
- Posted on: March 04 2007 23:13 EST
Is there any tool that does this? All I can find is stuff that tells me when I don't document a parameter or something. I have to type a bunch of docs in javadoc which is awkward and doesn't spell check right. What do you guys do?Threaded Messages (1)
- Re: Javadoc spell & grammer check? by Emil Kirschner on March 06 2007 05:51 EST
-
Re: Javadoc spell & grammer check?[ Go to top ]
- Posted by: Emil Kirschner
- Posted on: March 06 2007 05:51 EST
- in response to scrop scrop
when I checked out the latest IDEA trial, there was a spell checker plug-in available. I don't think it's targeted at javadoc specifically, but it does a reasonable job. I'm sure there's something equivalent available for Eclipse too. Emil Kirschner