Format

public enum Format

An enum representing the two types of documentation formatting

  • Formats documentation with a “///” prefix

    Declaration

    Swift

    case singleLine
  • Formats documentation with /** …

    Declaration

    Swift

    case multiline