TextComment

public struct TextComment: Comment

A plain text comment.

  • Undocumented

    Declaration

    Swift

    public let clang: CXComment
  • Retrieves the text contained in the AST node.

    Declaration

    Swift

    public var text: String