We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71009b commit 42aa038Copy full SHA for 42aa038
test/SymbolGraph/Symbols/SkipsInheritedDocs.swift
@@ -3,14 +3,13 @@
3
// RUN: %target-swift-symbolgraph-extract -module-name SkipsInheritedDocs -I %t -pretty-print -skip-inherited-docs -output-dir %t
4
// RUN: %FileCheck %s --input-file %t/SkipsInheritedDocs.symbols.json
5
6
-// CHECK-NOT: houldappear
+// CHECK-NOT: hould
7
8
public class Parent {
9
/// Parent foo docs
10
func foo() { }
11
}
12
13
public class ShouldAppear: Parent {
14
- /// Child foo docs
15
16
0 commit comments