realm / jazzy

Soulful docs for Swift & Objective-C
https://realm.io
MIT License
7.35k stars 413 forks source link

Add support for Swift macro declarations #1355

Closed johnfairh closed 1 year ago

johnfairh commented 1 year ago

Add handling for the 'macro' declaration type. Dash has a suitable section type.

SourceKit is currently broken for macro decls - apple/swift#66666. Symgraph works OK.

Screenshot 2023-06-18 at 11 42 00 Screenshot 2023-06-18 at 11 43 31

Another problem: doc comments for macro parameters aren't identified properly. Will wait and see how this changes over the betas before trying to work around.