I have a Maven-JAX-RS project written in java and using enunciate to automatically generate docs with every build. So far, it works well - he generates api-docs for all REST-Endpoints in my project.
Now i have written some util-classes with useful jdoc too - but these classes are not Endpoints - so, enunciate will not include them.
Is there any way to tell enunciate, that he should generate additional docs with the jdoc of some additional classes? I thought there should be a way to manually configure that in enunciate.xml, but i can't find a working solution...