Is there a way to create javadoc so that all methods available from the class are listed with their full description? Typically, only methods defined in this class are listed, and the rest are only associated with the "methods inherited from" section.
(Obviously, it is difficult to show javadoc superclasses if they are third-party and there is no / javadoc source code for them)
I am also wondering if this can be applied to scaladocs
source
share