问题
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:
There are a number of replacement javadoc doclets, some here ( a bit out of date, but lots of interesting ideas).
回答2:
I mainly use
Docjar
It allows displaying the source code of each method or the whole class/interface.
来源:https://stackoverflow.com/questions/382114/javafx-and-javadoc