p

protoc-gen-doc

This is a documentation generator plugin for the Google Protocol Buffers compiler (protoc). The plugin can generate HTML, JSON, DocBook, and Markdown documentation from comments in your .proto files.
https://github.com/pseudomuto/protoc-gen-doc
MIT License
David Muto
Files download
File Operation
protoc-gen-doc-1.5.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.pseudomuto</groupId>
  <artifactId>protoc-gen-doc</artifactId>
  <version>1.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.pseudomuto:protoc-gen-doc:1.5.1'
Gradle Kotlin
implementation("io.github.pseudomuto:protoc-gen-doc:1.5.1")
Scala SBT
libraryDependencies += "io.github.pseudomuto" % "protoc-gen-doc" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pseudomuto', module='protoc-gen-doc', version='1.5.1')
)
Apache Ivy
<dependency org="io.github.pseudomuto" name="protoc-gen-doc" rev="1.5.1" />
Leiningen
[io.github.pseudomuto/protoc-gen-doc "1.5.1"]
Apache Buildr
'io.github.pseudomuto:protoc-gen-doc:jar:1.5.1'
Dependencies
The project has no third-party dependencies