This is the Linux app named protoc-gen-doc whose latest release can be downloaded as v1.5.1.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named protoc-gen-doc with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
protoc-gen-doc
DESCRIPTION
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. There is a Docker image available (docker pull pseudomuto/protoc-gen-doc) that has everything you need to generate documentation from your protos. The plugin is invoked by passing the --doc_out, and --doc_opt options to the protoc compiler. The docker image has two volumes: /out and /protos which are the directory to write the documentation to and the directory containing your proto files. By default HTML documentation is generated in /out/index.html for all .proto files in the /protos volume. This can be changed by passing the --doc_opt parameter to the container.
Features
- Generates markdown documentation for message and service definitions in .proto files
- Support for custom templates to control the output format
- Support for generating documentation for multiple languages (e.g. Go, Java, C++, etc.)
- Support for outputting to various file formats (e.g. markdown, HTML, etc.)
- Support for including examples
- Support for documenting extensions
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/protoc-gen-doc.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.