You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/05/16 09:51:05 UTC

[14/50] [abbrv] camel git commit: Component docs

Component docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1a39ddf8
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1a39ddf8
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1a39ddf8

Branch: refs/heads/kube-lb
Commit: 1a39ddf8c93408b4d2fba297b4bd26494de81765
Parents: 8f1e045
Author: Claus Ibsen <da...@apache.org>
Authored: Fri May 13 07:48:31 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon May 16 09:59:33 2016 +0200

----------------------------------------------------------------------
 components/camel-mustache/src/main/docs/mustache.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1a39ddf8/components/camel-mustache/src/main/docs/mustache.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mustache/src/main/docs/mustache.adoc b/components/camel-mustache/src/main/docs/mustache.adoc
index bcb5500..ab80da8 100644
--- a/components/camel-mustache/src/main/docs/mustache.adoc
+++ b/components/camel-mustache/src/main/docs/mustache.adoc
@@ -56,6 +56,7 @@ The Mustache component supports 1 options which are listed below.
 
 
 
+
 // endpoint options: START
 The Mustache component supports 7 endpoint options which are listed below:
 
@@ -65,14 +66,15 @@ The Mustache component supports 7 endpoint options which are listed below:
 | resourceUri | producer |  | String | *Required* Path to the resource or a reference to lookup a bean in the Registry to use as the resource
 | contentCache | producer | false | boolean | Sets whether to use resource content cache or not
 | encoding | producer |  | String | Character encoding of the resource content.
-| endDelimiter | producer | "\}\}" | String | Characters used to mark template code end.
-| startDelimiter | producer | "\{\{" | String | Characters used to mark template code beginning.
+| endDelimiter | producer | }} | String | Characters used to mark template code end.
+| startDelimiter | producer | {{ | String | Characters used to mark template code beginning.
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
 // endpoint options: END
 
 
+
 [[Mustache-MustacheContext]]
 Mustache Context
 ^^^^^^^^^^^^^^^^