Hi

I'm writing my first apache camel component:
https://github.com/edigonzales/camel-ili2pg

I'm wondering how to get the automatic documentation of the component and
endpoint options in the asciidoc file? I have put an emtpy .adoc file in
src/main/docs/ only with

// component options: START
// component options: END

// endpoint options: START
// endpoint options: END

written in it.

I then run "mvn clean install" but I couldn't find any updated / new
asciidoc file with the component options. Endpoints etc are annotated.

Thanks for any hints.
regards
Stefan

Reply via email to