You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Open a scope enclosed by `"typewriter"` double-quotes.
///
/// Closed by a ``EndTypewriterDoubleQuotes`` macro.
///
/// __Example Usage__:
/// ```swift
/// BeginTypewriterDoubleQuotes()
/// "Hello, Swift!"
/// EndTypewriterDoubleQuotes()
/// ```
publicstructBeginTypewriterDoubleQuotes:MDocMacroProtocol{publicstaticletkind="Qo"publicvararguments:[MDocASTNode]
/// Creates a new `BeginTypewriterDoubleQuotes` macro.
publicinit(){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."
The text was updated successfully, but these errors were encountered:
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."
The text was updated successfully, but these errors were encountered: