Skip to content

Commit 4929d2d

Browse files
committed
Remove wrong doc comment from SyntaxAnyVisitor
1 parent ccdd7c5 commit 4929d2d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Sources/SwiftSyntax/SyntaxAnyVisitor.swift.gyb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
/// }
4141
///
4242
open class SyntaxAnyVisitor: SyntaxVisitor {
43-
/// Visiting `UnknownSyntax` specifically.
44-
/// - Parameter node: the node we are visiting.
45-
/// - Returns: how should we continue visiting.
4643
open func visitAny(_ node: Syntax) -> SyntaxVisitorContinueKind {
4744
return .visitChildren
4845
}

Sources/SwiftSyntax/gyb_generated/SyntaxAnyVisitor.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
/// }
3636
///
3737
open class SyntaxAnyVisitor: SyntaxVisitor {
38-
/// Visiting `UnknownSyntax` specifically.
39-
/// - Parameter node: the node we are visiting.
40-
/// - Returns: how should we continue visiting.
4138
open func visitAny(_ node: Syntax) -> SyntaxVisitorContinueKind {
4239
return .visitChildren
4340
}

0 commit comments

Comments
 (0)