mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 00:43:03 +02:00
Add scaladoc for Cross
This commit is contained in:
@@ -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.+
|
||||
|
||||
Reference in New Issue
Block a user