Timon

Results 1 issues of Timon

Consider a simple example file which uses the well-known formats from google: ```(proto) syntax = "proto3"; import "google/protobuf/timestamp.proto"; message Foo { google.protobuf.Timestamp time = 1; } ``` Generating docs with...