views:

641

answers:

2
+2  Q: 

javafx and javadoc

I have generally been underwhelmed by JavaFX, but at least their API documentation is a big improvement over javadoc which has not gone through any substantial improvement in a decade. Is it possible to use JavaFX technology to generate more attractive javadoc for regular Java files?

+1  A: 

There are a number of replacement javadoc doclets, some here ( a bit out of date, but lots of interesting ideas).

Steve B.
A: 

I mainly use

Docjar

It allows displaying the source code of each method or the whole class/interface.

Helper Method
There's even an Eclipse plugin.
Helper Method