4

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..

2
  • 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. Commented Aug 30, 2010 at 9:37
  • well formated jdoc just looks better and is easier to read.. Commented Aug 30, 2010 at 12:21

2 Answers 2

3

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

Sign up to request clarification or add additional context in comments.

Comments

2

You can probably use this

http://jautodoc.sourceforge.net/

2 Comments

Nice one, just what I always needed :)
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..

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.