jax-doclets icon indicating copy to clipboard operation
jax-doclets copied to clipboard

Set of JavaDoc doclets for modern Java annotations APIs

Results 31 jax-doclets issues
Sort by recently updated
recently updated
newest added

Hi. I'm coming from https://github.com/stoicflame/enunciate/issues/530 and I'm wondering if such a thing could be added to jax-doclets. Thanks!

It seems that with Java 8 every is broken. I started to do some changes but it feels like this is going to be a lot of rework, the doclet...

Feature

- if jaxrs locator method returns a class with no jaxrs methods, then jaxdoclets would barf. Fixed this and did a release on jboss repo based on my repository.

I am trying to get maven to generate a jax-rs api doc with links to generated jaxb docs. I configured it according to the wiki, but for some reason, the...

javadoc: error - In doclet class com.lunatech.doclets.jax.jaxrs.JAXRSDoclet, method start has thrown an exception java.lang.reflect.InvocationTargetException java.util.NoSuchElementException at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1098) at java.util.TreeMap$ValueIterator.next(TreeMap.java:1145) at com.lunatech.doclets.jax.jaxrs.writers.ResourceWriter.deepFilter(ResourceWriter.java:171) at com.lunatech.doclets.jax.jaxrs.writers.ResourceWriter.printSubresources(ResourceWriter.java:137) at com.lunatech.doclets.jax.jaxrs.writers.ResourceWriter.write(ResourceWriter.java:55) at com.lunatech.doclets.jax.jaxrs.model.Resource.write(Resource.java:166) at com.lunatech.doclets.jax.jaxrs.model.Resource.write(Resource.java:169) at...

Bug

I use one parent pom with reporting for `JAXB`, `JAX-RS` and `JPA`. It works fine if child project contains all these parts. But if child project doesn't contains any persistence...

Feature

If the comment contains multiple sentences only the first one is used. This is OK for summary, but there is no detailed documentation generated. Example: ``` java /** * Query...

Feature

Please add support for -link also for multiple JAXB projects - when one JAXB annotated class refers other from different project. Currently the referenced classes are in-lined.

Feature

We need to make it more obvious how to use doclet params in maven and ant.

Feature

I'm including the jaxrs-doclet generation in a multi-module Maven project. The servlet class is located in one of the child modules while the implementation and DAOs are in the other...