I generate scaladoc by using the sbt command doc
. The generated scaladoc has default ordering set to Alphabetic
. I can manually change it to By inheritance
, but when I visit another class documentation, the ordering reverts back to alphabetic
.
Is there a way to generate scaladoc with default ordering set to By inheritanace
?