Add scaladoc for Cross

This commit is contained in:
Eugene Yokota 2018-09-16 01:51:53 -04:00
parent 9ffae4e31f
commit a2ef775edc
1 changed files with 4 additions and 0 deletions

View File

@ -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.+