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 585e856 commit b41a9ebCopy full SHA for b41a9eb
Plugins/GRPCProtobufGenerator/Plugin.swift
@@ -144,7 +144,9 @@ func readConfigFiles(
144
}
145
146
extension [URL: GenerationConfig] {
147
- /// Finds the most precisely relevant config file for a given proto file URL.
+ /// 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.
150
/// - Parameters:
151
/// - file: The path to the proto file to be matched.
152
/// - Returns: The path to the most precisely relevant config file if one is found and the config itself, otherwise `nil`.
0 commit comments