VerbatimBlockLineComment

public struct VerbatimBlockLineComment: Comment

A line of text that is contained within a VerbatimBlockCommand node.

  • Undocumented

    Declaration

    Swift

    public let clang: CXComment
  • The text of this comment.

    Declaration

    Swift

    public var text: String