InlineCommandComment

public struct InlineCommandComment: Comment

A command with word-like arguments that is considered inline content. For example: \c command

  • Undocumented

    Declaration

    Swift

    public let clang: CXComment
  • Retrieves all arguments of this inline command.

    Declaration

    Swift

    public var arguments: AnySequence<String>