FileUnresolveCommentDetails

public class FileUnresolveCommentDetails : CustomStringConvertible, JSONRepresentable

Unresolved file comment.

  • Comment text.

    Declaration

    Swift

    public let commentText: String?
  • Declaration

    Swift

    public var description: String { get }