swiftlang / swift-docc-plugin

Swift Package Manager command plugin for Swift-DocC
https://swiftpackageindex.com/swiftlang/swift-docc-plugin/documentation/swiftdoccplugin
Apache License 2.0
317 stars 54 forks source link

Snippets: Implement SE-0356 changes to explanation parsing #19

Closed bitjammer closed 2 years ago

bitjammer commented 2 years ago

Explanations no longer use the //! prefix but a regular, uninterrupted list of // comments.

rdar://95220029

bitjammer commented 2 years ago

@swift-ci Please test