As the author of protoc-gen-doc, it would be great if you could accept the attached small patch for the Third-Party-Add-ons page. It just adds "..." to the list of supported formats in the link, since the tool supports fully custom output formats in addition to the built-in ones (Markdown/DocBook/HTML).
Cheers, Elvis -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
commit 6463960fee22b1e5623494f92e1dc4230d257a73 Author: Elvis Stansvik <[email protected]> Date: Sun Jan 17 13:08:42 2016 +0100 Add "..." as format in the description The tool supports custom formats as well as Markdown/DocBook/HTML. diff --git a/Third-Party-Add-ons.mediawiki b/Third-Party-Add-ons.mediawiki index cae85cf..c3a42d8 100644 --- a/Third-Party-Add-ons.mediawiki +++ b/Third-Party-Add-ons.mediawiki @@ -141,7 +141,7 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d * [https://github.com/NextTuesday/py-pb-converters Python scripts to convert between Protocol Buffers and JSON] * [http://visualstudiogallery.msdn.microsoft.com/4bc0f38c-b058-4e05-ae38-155e053c19c5 Visual Studio Language Service support for Protocol Buffers] * [https://github.com/yinqiwen/pbjson C++ library for serialization/de-serialization between Protocol Buffers and JSON.] -* [https://github.com/estan/protoc-gen-doc Documentation generator plugin (Markdown/HTML/DocBook)] +* [https://github.com/estan/protoc-gen-doc Documentation generator plugin (Markdown/HTML/DocBook/...)] * [https://github.com/protobufel/protobuf-el ProtoBuf with Java EE7 Expression Language 3.0; pure Java ProtoBuf Parser and Builder.] * [https://github.com/chai2010/notepadplus-protobuf Notepad++ Syntax Highlighting for .proto files] * [https://github.com/ckaznocha/protoc-gen-lint Linter for .proto files] \ No newline at end of file
