Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rnro committed Jan 21, 2025
1 parent 585e856 commit b41a9eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Plugins/GRPCProtobufGenerator/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ func readConfigFiles(
}

extension [URL: GenerationConfig] {
/// 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.
///
/// The most relevant config file is the lowest of config files which are either a sibling or a parent in the file heirarchy.
/// - Parameters:
/// - file: The path to the proto file to be matched.
/// - Returns: The path to the most precisely relevant config file if one is found and the config itself, otherwise `nil`.
Expand Down

0 comments on commit b41a9eb

Please sign in to comment.