Commit Graph

6 Commits

Author SHA1 Message Date
Anthony Romano 69c525658d parse: rework curly brace handling
Counts brace depth instead of hard coding it. Fixes generating
documentation for fields following oneof declarations.
2017-06-01 21:00:27 -07:00
Anthony Romano 2d5feceb0a parse: flush comment slice when current line is not a comment
Not flushing the comment slice leads to outputting extra comments
not necessarily associated with the service/message/whatever. Instead,
only emit contiguous comment blocks.

Fixes #5
2017-05-19 14:21:07 -07:00
Gyu-Ho Lee d4cc803f90 parse: support grpc-gateway
Fix https://github.com/coreos/protodoc/issues/3.
2016-06-16 11:24:01 -07:00
Gyu-Ho Lee 9125731524 *: add file path 2016-04-21 16:54:04 -07:00
Gyu-Ho Lee fd023d24d8 add: message only from this file 2016-04-21 16:36:58 -07:00
Gyu-Ho Lee be6aa82c50 initial commit 2016-04-17 19:30:06 -07:00