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

Does not include description on the top of service

Open jigarshah opened this issue 12 years ago • 1 comments

for service root, it does not take description. It does not add that in index or on detail page.

/**

  • Services for various testing related queries .
    */ @Path("/testingSvc") public class TestService {

jigarshah avatar Sep 27 '12 16:09 jigarshah

I also see it reasonable to include class-level comments, not only methods comments. Especially on "Root resource" page (index.html) description taken from first method is almost always not appropriate.

LukaszWiktor avatar Mar 27 '13 08:03 LukaszWiktor