Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise interface comment in templates #907

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {{ import }}
{% endif %}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {{ import }}
{% endif %}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {{ import }}
{% endif %}

/*
This file defines the protocols and types in the plugin interface requiring public ACL for use in another module.
This file contains the protocols and types of the plugin interface requiring public ACL for use in another module.
*/

/// Dynamic state from the caller provided to the plugin to use in determining whether it is enabled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {{ import }}
{% endif %}

/*
This file defines the protocols and types in the plugin list interface requiring public ACL for use in another module.
This file contains the protocols and types of the plugin list interface requiring public ACL for use in another module.
*/

/// Declares the type of key used to identify plugins within the collection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Nodes

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// @mockable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Nodes

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Nodes

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Nodes

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// @mockable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// @mockable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// @mockable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//<fileHeader>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import <interfaceImport>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import <interfaceImport1>
import <interfaceImport2>

/*
This file defines the protocols and types in the interface requiring public ACL for use in another module.
This file contains the protocols and types of the interface requiring public ACL for use in another module.
*/

/// Defines the delegate protocol through which the `Context` interfaces with its listener.
Expand Down
Loading