Skip to content

Commit 3229eb6

Browse files
Revise interface comment in templates (#907)
1 parent 521e6cf commit 3229eb6

File tree

173 files changed

+173
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+173
-173
lines changed

Sources/NodesGenerator/Resources/Stencils/Interface-SwiftUI.stencil

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {{ import }}
77
{% endif %}
88

99
/*
10-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
10+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
1111
*/
1212
{% if node_name != "App" %}
1313

Sources/NodesGenerator/Resources/Stencils/Interface.stencil

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {{ import }}
77
{% endif %}
88

99
/*
10-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
10+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
1111
*/
1212
{% if node_name != "App" %}
1313

Sources/NodesGenerator/Resources/Stencils/PluginInterface.stencil

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {{ import }}
77
{% endif %}
88

99
/*
10-
This file defines the protocols and types in the plugin interface requiring public ACL for use in another module.
10+
This file contains the protocols and types of the plugin interface requiring public ACL for use in another module.
1111
*/
1212

1313
/// Dynamic state from the caller provided to the plugin to use in determining whether it is enabled.

Sources/NodesGenerator/Resources/Stencils/PluginListInterface.stencil

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {{ import }}
77
{% endif %}
88

99
/*
10-
This file defines the protocols and types in the plugin list interface requiring public ACL for use in another module.
10+
This file contains the protocols and types of the plugin list interface requiring public ACL for use in another module.
1111
*/
1212

1313
/// Declares the type of key used to identify plugins within the collection.

Tests/NodesGeneratorTests/__Snapshots__/PresetGeneratorTests/testGenerateAppPreset.Contents-AppInterface-swift.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import Nodes
66

77
/*
8-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
8+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
99
*/
1010

1111
/// @mockable

Tests/NodesGeneratorTests/__Snapshots__/PresetGeneratorTests/testGenerateRootPreset.Contents-RootInterface-swift.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import Nodes
66

77
/*
8-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
8+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
99
*/
1010

1111
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/PresetGeneratorTests/testGenerateScenePreset.Contents-WindowSceneInterface-swift.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import Nodes
66

77
/*
8-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
8+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
99
*/
1010

1111
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/PresetGeneratorTests/testGenerateWindowPreset.Contents-WindowInterface-swift.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import Nodes
66

77
/*
8-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
8+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
99
*/
1010

1111
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-AppKit-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-AppKit-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-AppKit-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-AppKitSwiftUI-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-AppKitSwiftUI-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-AppKitSwiftUI-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-Custom-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-Custom-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-Custom-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-UIKit-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-UIKit-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-UIKit-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-UIKitSwiftUI-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-UIKitSwiftUI-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode.Interface-UIKitSwiftUI-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetApp.Interface-UIKit-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// @mockable

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetApp.Interface-UIKit-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// @mockable

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetApp.Interface-UIKit-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// @mockable

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetRoot.Interface-UIKit-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetRoot.Interface-UIKit-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetRoot.Interface-UIKit-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetScene.Interface-UIKit-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetScene.Interface-UIKit-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetScene.Interface-UIKit-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetWindow.Interface-UIKit-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetWindow.Interface-UIKit-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodePresetWindow.Interface-UIKit-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodeViewInjected.Interface-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodeViewInjected.Interface-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNodeViewInjected.Interface-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode_withPlugin.Interface-AppKit-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode_withPlugin.Interface-AppKit-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode_withPlugin.Interface-AppKit-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode_withPlugin.Interface-AppKitSwiftUI-mockCount-0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//<fileHeader>
22

33
/*
4-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
4+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
55
*/
66

77
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode_withPlugin.Interface-AppKitSwiftUI-mockCount-1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import <interfaceImport>
44

55
/*
6-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
6+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
77
*/
88

99
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderNode_withPlugin.Interface-AppKitSwiftUI-mockCount-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import <interfaceImport1>
44
import <interfaceImport2>
55

66
/*
7-
This file defines the protocols and types in the interface requiring public ACL for use in another module.
7+
This file contains the protocols and types of the interface requiring public ACL for use in another module.
88
*/
99

1010
/// Defines the delegate protocol through which the `Context` interfaces with its listener.

0 commit comments

Comments
 (0)