stdlib: extinguish \brief and \c

Swift SVN r18261
This commit is contained in:
Dmitri Hrybenko
2014-05-17 18:10:51 +00:00
parent 8215dff6c3
commit a4d9dcf1a7
19 changed files with 310 additions and 316 deletions

View File

@@ -54,7 +54,7 @@ struct CString :
return _bytesPtr.isNull()
}
/// \brief From a CString with possibly-transient lifetime, create a
/// From a `CString` with possibly-transient lifetime, create a
/// nul-terminated array of 'C' char.
func persist() -> CChar[] {
var length = _strlen(self)