[stdlib] pick off more public non-protocol docs

137 undocumented public non-operator APIs remain in core

Swift SVN r22253
This commit is contained in:
Dave Abrahams
2014-09-24 03:58:14 +00:00
parent 66d2ba43c6
commit d1b6dfa48f
14 changed files with 172 additions and 49 deletions

View File

@@ -22,9 +22,12 @@ public struct _Process {
}
}()
/// The list of command-line arguments with which the current
/// process was invoked.
public var arguments : [String] {
return _Process._arguments
}
}
/// An instance that exposes API for interaction with processes
public let Process = _Process()