Skip to content

Commit

Permalink
=pro Enable scaladoc diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Feb 3, 2014
1 parent 5650998 commit 088b37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/AkkaBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ object AkkaBuild extends Build {
case (false, _) => Seq.empty
})

lazy val scaladocDiagramsEnabled = System.getProperty("akka.scaladoc.diagrams", "false").toBoolean
lazy val scaladocDiagramsEnabled = System.getProperty("akka.scaladoc.diagrams", "true").toBoolean
lazy val scaladocAutoAPI = System.getProperty("akka.scaladoc.autoapi", "true").toBoolean

def scaladocOptions(ver: String, base: File): List[String] = {
Expand Down

0 comments on commit 088b37f

Please sign in to comment.