VerbatimBlockCommandComment
public struct VerbatimBlockCommandComment: Comment
A verbatim block command (e. g., preformatted code). Verbatim block has an opening and a closing command and contains multiple lines of text (VerbatimBlockLine child nodes). For example:
\verbatim
aaa
\endverbatim
-
Undocumented
Declaration
Swift
public let clang: CXComment
-
Retrieves the name of this block command.
Declaration
Swift
public var name: String
-
Retrieves all attributes of this HTML start tag.
Declaration
Swift
public var arguments: AnySequence<String>
-
Retrieves the paragraph argument of the block command.
Declaration
Swift
public var paragraph: ParagraphComment