Added automatic docs generations to barcode Dataformat docs
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e2e0f300 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e2e0f300 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e2e0f300 Branch: refs/heads/master Commit: e2e0f30078b43a4761f4bfd2aaec04baa40d7574 Parents: 656add7 Author: Andrea Cosentino <anco...@gmail.com> Authored: Mon Aug 29 09:57:15 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Mon Aug 29 09:57:15 2016 +0200 ---------------------------------------------------------------------- .../src/main/docs/barcode-dataformat.adoc | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e2e0f300/components/camel-barcode/src/main/docs/barcode-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-barcode/src/main/docs/barcode-dataformat.adoc b/components/camel-barcode/src/main/docs/barcode-dataformat.adoc index 72c4b87..86888cb 100644 --- a/components/camel-barcode/src/main/docs/barcode-dataformat.adoc +++ b/components/camel-barcode/src/main/docs/barcode-dataformat.adoc @@ -30,6 +30,27 @@ link:download.html[the download page for the latest versions]). </dependency> ---------------------------------------- +[[Barcode-Options]] +Barcode Options +^^^^^^^^^^^^^^^ + +// dataformat options: START +The Barcode dataformat supports 4 options which are listed below. + + + +{% raw %} +[width="100%",cols="2s,1m,1m,6",options="header"] +|======================================================================= +| Name | Default | Java Type | Description +| width | | Integer | Width of the barcode +| height | | Integer | Height of the barcode +| imageType | | String | Image type of the barcode such as png +| barcodeFormat | | String | Barcode format such as QR-Code +|======================================================================= +{% endraw %} +// dataformat options: END + [[BarcodeDataFormat-UsingtheJavaDSL]] Using the Java DSL ^^^^^^^^^^^^^^^^^^