mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: extinguish \brief and \c
Swift SVN r18261
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user