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