javafx and javadoc

坚强是说给别人听的谎言 提交于 2019-12-10 20:57:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!