Stéphane Épardaud

Results 666 comments of Stéphane Épardaud

### Eclipse Workspace Patch 1.0 #P doclets-jaxrs # Index: src/main/java/com/lunatech/doclets/jax/Utils.java --- src/main/java/com/lunatech/doclets/jax/Utils.java (wersja 126) +++ src/main/java/com/lunatech/doclets/jax/Utils.java (kopia robocza) @@ -190,8 +190,6 @@ } public static ClassDoc findAnnotatedClass(final ClassDoc klass, final...

Comment 1 by project member stephane.epardaud, Jun 1, 2011 Thanks for you patch, this is a good idea. However as it is your patch would modify the behaviour even for...

Comment 2 by [email protected], Aug 3, 2011 Hi, we're storing jax-rs documentation on interfaces only and patched the Utils.java file as below. This generates only documentation for the interfaces, not...

Comment 1 by project member stephane.epardaud, Jul 18, 2011 @include is not enough for you? See http://www.lunatech-labs.com/files/jax-doclets/docs/0.9.0/html/index.html#d0e439

Comment 2 by [email protected], Jul 28, 2011 Its helpful if the XML represents a domain data. I would prefer a method in the class which returns a String. Annotated with...

Comment 3 by [email protected], Jul 30, 2011 @include is not enough because often response (json response) is map to some general object like JSONObject or JSONArray and it pointless to...

Comment 4 by project member stephane.epardaud, Aug 15, 2011 #2: I'm strongly against calling a method to get documentation. JavaDoc comments are meant for that. Though I agree domain data...

I think it's a source issue, javadoc needs to have access to the source of the first module for this to work.

Guys, sorry I won't have time to look into this issue before a while, but if you manage to find and fix the issue I'll merge your pull request.