简体   繁体   中英

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

显然,这是可能的,至少对于Scala来说是这样的: http//www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/index.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM