Skip to content

Commit

Permalink
Update Generator.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rebello95 committed Jul 31, 2024
1 parent 49f6557 commit 3156a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/ConnectPluginUtilities/Generator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ private struct GeneratorError: Swift.Error {
open class Generator {
private var printer = SwiftProtobufPluginLibrary.CodePrinter()

/// Namer used for determining type names.
/// Used for producing type names when generating code.
public private(set) var namer = SwiftProtobufPluginLibrary.SwiftProtobufNamer()
/// List of Swift module dependencies required by the Protobuf file.
/// List of Swift module dependencies required by the current Protobuf file.
public private(set) var neededModules = [String]()
/// Options to use when generating code.
public private(set) var options = GeneratorOptions.empty()
Expand Down

0 comments on commit 3156a2f

Please sign in to comment.