mirror of https://github.com/sbt/sbt.git
Merge pull request #4390 from dwijnand/fix-DslAggregate-doc
Fix scaladoc for DslAggregate
This commit is contained in:
commit
18a0141fc0
|
|
@ -79,7 +79,7 @@ object DslEntry {
|
||||||
override val toFunction: Project => Project = _.configs(cs: _*)
|
override val toFunction: Project => Project = _.configs(cs: _*)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** this represents an `aggregate()` in the sbt DSL */
|
/** this represents an `aggregateProjects()` in the sbt DSL */
|
||||||
case class DslAggregate(refs: Seq[ProjectReference]) extends ProjectManipulation {
|
case class DslAggregate(refs: Seq[ProjectReference]) extends ProjectManipulation {
|
||||||
override val toFunction: Project => Project = _.aggregate(refs: _*)
|
override val toFunction: Project => Project = _.aggregate(refs: _*)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue