Hi No we should not, its just that the adoc should have a row to indicate if its query or path parameter. Or we can render the ascii docs with two tables, one for path parameters and another for query.
To change the render see the camel maven tooling https://github.com/apache/camel/blob/master/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateReadmeMojo.java On Tue, Feb 28, 2017 at 11:36 AM, Luca Burgazzoli <[email protected]> wrote: > Hello, > > today I noticed that there is a little difference between the > documentation we are making as asciidoc and the confluence one i.e.: > for the camel-http4 component, the asciidoc one lists httpUri among > the endpoint options whereas the confluence one doesn't. > > I think confluence doc is correct here as the httpUri is an UriPath > [1] so it shouldn't show up as endpoint option otherwise one could > think that it could use it as option, i.e: > > to('http4://www.google.com?httpUri=http://camel-apache.org') > > But that would fail. > > Should we exclude all the UriPath from the endpoint options ? > > Regards, > Luca > > > [1] > https://github.com/apache/camel/blob/master/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java#L36-L37 > > --- > Luca Burgazzoli -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
