mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 21:38:55 +02:00
Fix a Scaladoc error in BuildStructure
This commit is contained in:
@@ -154,7 +154,8 @@ case class DetectedAutoPlugin(name: String, value: AutoPlugin, hasAutoImport: Bo
|
||||
* Auto-discovered modules for the build definition project. These include modules defined in build definition sources
|
||||
* as well as modules in binary dependencies.
|
||||
*
|
||||
* @param builds The [[Build]]s detected in the build definition. This does not include the default [[Build]] that sbt creates if none is defined.
|
||||
* @param builds The [[BuildDef]]s detected in the build definition.
|
||||
* This does not include the default [[BuildDef]] that sbt creates if none is defined.
|
||||
*/
|
||||
final class DetectedPlugins(val autoPlugins: Seq[DetectedAutoPlugin],
|
||||
val builds: DetectedModules[BuildDef]) {
|
||||
|
||||
Reference in New Issue
Block a user