swiftlang / swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
Apache License 2.0
3.13k stars 393 forks source link

Add documentation for `FunctionDeclSyntax`, `ExtensionDeclSyntax` #2713

Closed antigluten closed 3 weeks ago

antigluten commented 3 weeks ago

As part of #1528, the documentation is added to ExtensionDeclSyntax and FunctionDeclSyntax

antigluten commented 3 weeks ago

Thanks for your review, @ahoppen

antigluten commented 3 weeks ago

@ahoppen, have commited your suggestions and updated generated code

antigluten commented 3 weeks ago

One last thing: Could you squash your commits? https://github.com/swiftlang/swift-syntax/blob/main/CONTRIBUTING.md#authoring-commits

Done  ✅

ahoppen commented 3 weeks ago

@swift-ci Please test

ahoppen commented 3 weeks ago

@swift-ci Please test