Repository: camel Updated Branches: refs/heads/master 80abc9654 -> 2d12e18b3
Added automatic docs generation for Protobuf dataformat Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2d12e18b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2d12e18b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2d12e18b Branch: refs/heads/master Commit: 2d12e18b369dda31d9d17226d5c882ab0a390df2 Parents: 80abc96 Author: Andrea Cosentino <[email protected]> Authored: Thu Sep 1 12:47:40 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Thu Sep 1 12:47:40 2016 +0200 ---------------------------------------------------------------------- .../src/main/docs/protobuf-dataformat.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2d12e18b/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc b/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc index ea8ec7a..c6a3a85 100644 --- a/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc +++ b/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc @@ -20,6 +20,24 @@ http://code.google.com/apis/protocolbuffers/[API Site] + http://code.google.com/apis/protocolbuffers/docs/javatutorial.html[Protobuf Java Tutorial] +[[Protobuf-Options]] +Protobuf Options +^^^^^^^^^^^^^^^^ + +// dataformat options: START +The Protobuf dataformat supports 1 options which are listed below. + + + +{% raw %} +[width="100%",cols="2s,1m,1m,6",options="header"] +|======================================================================= +| Name | Default | Java Type | Description +| instanceClass | | String | Name of class to use when unarmshalling +|======================================================================= +{% endraw %} +// dataformat options: END + [[Protobuf-Protobufoverview]] Protobuf overview ~~~~~~~~~~~~~~~~~
