When I run sbt doc
, it results in a nice but nonetheless pretty basic documentation. Is it possible to
a) include the source files for the class definition and
b) inherit the docstrings for inherited members?
What do I need to add to my project definition?
(It’s a Lift project, so most important would be to have the inherited Lift docstrings present.)