-
Couldn't load subscription status.
- Fork 253
Closed
Description
/// Open a scope enclosed by `"typewriter"` double-quotes.
///
/// Closed by a ``EndTypewriterDoubleQuotes`` macro.
///
/// __Example Usage__:
/// ```swift
/// BeginTypewriterDoubleQuotes()
/// "Hello, Swift!"
/// EndTypewriterDoubleQuotes()
/// ```
public struct BeginTypewriterDoubleQuotes: MDocMacroProtocol {
public static let kind = "Qo"
public var arguments: [MDocASTNode]
/// Creates a new `BeginTypewriterDoubleQuotes` macro.
public init() {
self.arguments = []
}
}triggers: Tools/generate-manual/MDoc/MDocMacro.swift:1144:3: warning: [BeginDocumentationCommentWithOneLineSummary] terminate this sentence with a period: "Open a scope enclosed by "typewriter" double-quotes."
Metadata
Metadata
Assignees
Labels
No labels