-
Notifications
You must be signed in to change notification settings - Fork 490
Open
Description
I have a file like
edition = "2023";
...
When running protoc-gen-doc like so:
docker run --rm \
-v $(pwd)/:/out \
-v $(pwd)/proto:/protos \
pseudomuto/protoc-gen-doc --doc_opt=markdown,proto-docs.md
It defaults to proto2, leading to many subsequent errors:
[libprotobuf WARNING google/protobuf/compiler/parser.cc:649] No syntax specified for the proto file: echo.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
ualaf, ash2k, abarke, ppusapati, gc413 and 8 more
Metadata
Metadata
Assignees
Labels
No labels