mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: doc comment: use monospaced font for code
rdar://20843980 Swift SVN r28255
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
/// magic).
|
/// magic).
|
||||||
///
|
///
|
||||||
/// The compiler has special knowledge of the existence of
|
/// The compiler has special knowledge of the existence of
|
||||||
/// ImplicitlyUnwrappedOptional<T>, but always interacts with it using the
|
/// `ImplicitlyUnwrappedOptional<T>`, but always interacts with it using the
|
||||||
/// library intrinsics below.
|
/// library intrinsics below.
|
||||||
public enum ImplicitlyUnwrappedOptional<T>
|
public enum ImplicitlyUnwrappedOptional<T>
|
||||||
: Reflectable, NilLiteralConvertible {
|
: Reflectable, NilLiteralConvertible {
|
||||||
|
|||||||
Reference in New Issue
Block a user