HTMLStartTagComment

public struct HTMLStartTagComment: Comment

An HTML start tag with attributes (name-value pairs). Considered inline content. For example:

<a href="http://example.org/">
  • Undocumented

    Declaration

    Swift

    public let clang: CXComment
  • Retrieves all attributes of this HTML start tag.

    Declaration

    Swift

    public var attributes: AnySequence<HTMLAttribute>