VerbatimLineComment

public struct VerbatimLineComment: Comment

A verbatim line command. Verbatim line has an opening command, a single line of text (up to the newline after the opening command) and has no closing command.

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public var text: String