mirror of https://github.com/sbt/sbt.git
Add scaladoc for Cross
This commit is contained in:
parent
9ffae4e31f
commit
a2ef775edc
|
|
@ -20,6 +20,10 @@ import sbt.internal.util.complete.{ DefaultParsers, Parser }
|
|||
import sbt.io.IO
|
||||
import sbt.librarymanagement.CrossVersion
|
||||
|
||||
/**
|
||||
* Cross implements the Scala cross building commands:
|
||||
* + ("cross") command and ++ ("switch") command.
|
||||
*/
|
||||
object Cross {
|
||||
|
||||
private[sbt] def spacedFirst(name: String) = opOrIDSpaced(name) ~ any.+
|
||||
|
|
|
|||
Loading…
Reference in New Issue