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 0f043ac commit 6ebc13aCopy full SHA for 6ebc13a
Sources/protoc-gen-swift/FieldGenerator.swift
@@ -57,7 +57,7 @@ protocol FieldGenerator {
57
func generateIsInitializedCheck(printer: inout CodePrinter)
58
}
59
60
-/// Simple base class for FieldGenerators that also provides fieldMapNames.
+/// Simple base class for FieldGenerators that also provides `writeProtoNameInstruction(to:)`.
61
class FieldGeneratorBase {
62
let number: Int
63
let fieldDescriptor: FieldDescriptor
0 commit comments