Skip to content

Commit

Permalink
Exclude docs package from API docs akka#22296
Browse files Browse the repository at this point in the history
  • Loading branch information
athieriot committed Feb 27, 2017
1 parent 0850fe3 commit 3e72c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Doc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ object UnidocRoot extends AutoPlugin {

override lazy val projectSettings =
CliOptions.genjavadocEnabled.ifTrue(scalaJavaUnidocSettings).getOrElse(scalaUnidocSettings) ++
settings(Seq(), Seq(AkkaBuild.remoteTests, AkkaBuild.benchJmh, AkkaBuild.protobuf, AkkaBuild.akkaScalaNightly))
settings(Seq(), Seq(AkkaBuild.remoteTests, AkkaBuild.benchJmh, AkkaBuild.protobuf, AkkaBuild.akkaScalaNightly, AkkaBuild.docs))
}

/**
Expand Down

0 comments on commit 3e72c2d

Please sign in to comment.