truss/deftree
Adam Ryman 29c1af86ab Use all GOPATH's rather than just first
Using "go/build" for interacting with the GOPATH for the ServicePackage
and PBPackage.

Use all GOPATH's as imports for protoc to allow the user to install
google.golang.org/genproto in any GOPATH rather than just the first.
2016-11-16 16:24:14 -08:00
..
googlethirdparty Separate doc generation from definition structure 2016-09-12 11:37:15 -07:00
svcparse Merge pull request #81 from hasLeland/parser-durability 2016-11-03 09:41:24 -07:00
README.md Separate doc generation from definition structure 2016-09-12 11:37:15 -07:00
associate_comments.go Separate doc generation from definition structure 2016-09-12 11:37:15 -07:00
build_deftree.go Use all GOPATH's rather than just first 2016-11-16 16:24:14 -08:00
build_deftree_test.go Use all GOPATH's rather than just first 2016-11-16 16:24:14 -08:00
contextualize.go Separate doc generation from definition structure 2016-09-12 11:37:15 -07:00
contextualize_test.go Separate doc generation from definition structure 2016-09-12 11:37:15 -07:00
deftree.go Add support for any msg structure in query and cli, excluding maps 2016-10-06 11:05:53 -07:00

README.md

Documentation Structure

This package contains structs and code defining how protobuf documentation will be represented within this program, and code for the creation, navigation and serialization of these structures.