I'm using sbt doc
to generate documentation for a Scala project.
Using the default settings the documentation automatically shows inherited members as in the following screenshot.
Ideally I would like to generate documentation which hides all the inherited members by default as below.
How can I approach generating the documentation such that it only shows explicitly defined members?