BlockCommandComment

public struct BlockCommandComment: Comment

A 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

    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