Skip to content

Commit b41a9eb

Browse files
committed
comments
1 parent 585e856 commit b41a9eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Plugins/GRPCProtobufGenerator/Plugin.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ func readConfigFiles(
144144
}
145145

146146
extension [URL: GenerationConfig] {
147-
/// Finds the most precisely relevant config file for a given proto file URL.
147+
/// Finds the most relevant config file for a given proto file URL.
148+
///
149+
/// The most relevant config file is the lowest of config files which are either a sibling or a parent in the file heirarchy.
148150
/// - Parameters:
149151
/// - file: The path to the proto file to be matched.
150152
/// - Returns: The path to the most precisely relevant config file if one is found and the config itself, otherwise `nil`.

0 commit comments

Comments
 (0)