apinotes 0.0.2

Parsing clang API notes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Name: SomeKit
Classes:
  - Name: A
    Methods:
      - Selector: "privateTransform:input:"
        MethodKind:      Instance
        NullabilityOfRet: N
        Nullability:      [ N, S ]
    Properties:
      - Name: internalProperty
        Nullability: N
Protocols:
  - Name: InternalProtocol
    Availability: none
    AvailabilityMsg: "not for you"