We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860c4a8 commit afbc4b6Copy full SHA for afbc4b6
generator/internal/descriptor_utils.cc
@@ -347,10 +347,6 @@ std::string FormattedCommentsForParameter(
347
google::protobuf::SourceLocation loc;
348
parameter_descriptor->GetSourceLocation(&loc);
349
auto comment = EscapePrinterDelimiter(ChompByValue(loc.leading_comments));
350
- if (absl::StrContains(comment,
351
- "go/proto-best-practices-checkers#keyword_conflict")) {
352
- std::cout << __func__ << comment << "\n";
353
- }
354
// This is an arbitrary threshold. The intent is to simplify the generator
355
// code for corner cases. In the few cases where the documentation of a field
356
// is extremely detailed it manages to confuse Doxygen. We could try to
0 commit comments