htp #20103 introduce Scaladoc groups for Directives
This commit is contained in:
parent
f2771eaab9
commit
aec81c2ac2
28 changed files with 537 additions and 8 deletions
|
|
@ -38,7 +38,7 @@ object Scaladoc extends AutoPlugin {
|
|||
|
||||
def scaladocOptions(ver: String, base: File): List[String] = {
|
||||
val urlString = GitHub.url(ver) + "/€{FILE_PATH}.scala"
|
||||
val opts = List("-implicits", "-doc-source-url", urlString, "-sourcepath", base.getAbsolutePath)
|
||||
val opts = List("-implicits", "-groups", "-doc-source-url", urlString, "-sourcepath", base.getAbsolutePath)
|
||||
CliOptions.scaladocDiagramsEnabled.ifTrue("-diagrams").toList ::: opts
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue