im looking for a small plugin which let me create formated javadoc. at the moment im doing it with word (or http://tinymce.moxiecode.com/examples/full.php ) and save the text as a html file which then can be used but i think there must be a easier solution to create nice looking java doc..

link|improve this question

what kind of javadoc are you creating, that you need word to create html? if you are not coming along with P and LI you should probably consider writing a real documentation instead of writing tons of javascript. in my optionion, tests, READMEs and example code are way better documentation than bloated javadoc. – phoet Aug 30 '10 at 9:37
well formated jdoc just looks better and is easier to read.. – Sponge Aug 30 '10 at 12:21
feedback

2 Answers

up vote 2 down vote accepted

JDocEditor is an Eclipse plugin that lets you write Javadoc in a WYSIWYG editor window: http://www.certiv.net/projects/jdoceditor.html

link|improve this answer
feedback

You can probably use this

http://jautodoc.sourceforge.net/

link|improve this answer
Nice one, just what I always needed :) – python dude Aug 30 '10 at 9:35
some of the features of jautodoc produce absolutly superfluous jdoc like "The class MyClass" for a class myClass. i would not recommend it for such things.. – Sponge Aug 30 '10 at 12:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.