开发者

javadoc: show also descriptions of methods from parent class

Is there a way to produce javadoc so that all methods accessible from the class are listed with their full description? Usually only the methods defined in that class are listed and the rest are only linked to in "methods inherited from" section.

(Obviously it is tricky to show javadoc of super classes if they're thirdparty and there's no source code/javadoc for them)

I'm also interes开发者_JS百科ted if this can be applied to scaladocs


I don't think it is possible to get the standard Doclet to do this. But if you were really keen you could download the source code and modify it to do whatever you wanted.


Apparently, this is possible, at least for Scala: http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/index.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜