bazelbuild / stardoc

Stardoc: Starlark Documentation Generator
Apache License 2.0
108 stars 45 forks source link

Add a proto_library target for stardoc_output.proto. #147

Closed phst closed 1 year ago

phst commented 1 year ago

This makes it possible to use the protocol buffer definitions in Bazel-built binaries generating or consuming output messages.

tetromino commented 1 year ago

Can I ask what is the intended usage?

Note that there is already a proto_library target for this proto in the bazel source tree - see @io_bazel//src/main/java/com/google/devtools/build/skydoc/rendering/proto - which you might be able to use.

tetromino commented 1 year ago

Fixed by #162