mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Update doc comment for fully annotated decl changes
It's nice to match the actual behaviour.
This commit is contained in:
@@ -143,10 +143,11 @@ public:
|
||||
/// func <decl.name>foo</decl.name>
|
||||
/// (
|
||||
/// <decl.var.parameter>
|
||||
/// <decl.var.parameter.name.local>x</decl.var.parameter.name.local>:
|
||||
/// <decl.var.parameter.name>x</decl.var.parameter.name>:
|
||||
/// <ref.struct usr="Si">Int</ref.struct>
|
||||
/// </decl.var.parameter>
|
||||
/// ) -> <ref.struct usr="Si">Int</ref.struct>
|
||||
/// ) -> <decl.function.returntype>
|
||||
/// <ref.struct usr="Si">Int</ref.struct></decl.function.returntype>
|
||||
/// </decl.function.free>
|
||||
/// \endverbatim
|
||||
class FullyAnnotatedDeclarationPrinter final : public XMLEscapingPrinter {
|
||||
|
||||
Reference in New Issue
Block a user