BlockCommandComment
public struct BlockCommandComment: CommentA command that has zero or more word-like arguments (number of word-like
arguments depends on command name) and a paragraph as an argument. Block
command is block content.
Paragraph argument is also a child of the block command.
For example: \brief has 0 word-like arguments and a paragraph argument.
AST nodes of special kinds that parser knows about (e. g., the \param
command) have their own node kinds.
- 
                  
                  Undocumented DeclarationSwift public let clang: CXComment
- 
                  
                  Retrieves the name of this block command. DeclarationSwift public var name: String
- 
                  
                  Retrieves all attributes of this HTML start tag. DeclarationSwift public var arguments: AnySequence<String>
- 
                  
                  Retrieves the paragraph argument of the block command. DeclarationSwift public var paragraph: ParagraphComment
 BlockCommandComment Structure Reference
        BlockCommandComment Structure Reference