coreos/protodoc

Name: protodoc

Owner: CoreOS

Description: protodoc generates Protocol Buffer documentation.

Created: 2016-04-18 02:28:24.0

Updated: 2018-05-20 23:06:35.0

Pushed: 2018-02-08 17:41:52.0

Homepage:

Size: 66

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

protodoc

Build Status Godoc

protodoc generates Protocol Buffer documentation.

et -v -u github.com/coreos/protodoc

odoc --directory=./parse/testdata \
--parse="service,message" \
--languages="Go,C++,Java,Python" \
--title=testdata \
--output=sample.md

 combine multiple directories into one
odoc --directories=./parse/testdata=service,dirA=service_message \
--languages="Go,C++,Java,Python" \
--title=testdata \
--output=sample.md

Note that parser only understands the minimum syntax of Protocol Buffer (just enough to generate documentation).

For full featured parser, please check out https://github.com/golang/protobuf.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.