How to automate documentation of a REST API (Jersey Implementation) [closed]
I have written a pretty extensive REST API using Java Jersey (and JAXB). I have also written the documentation using a Wiki, but its been a totally manual process, which is very error-prone, especially when we need to make modifications, people tend to forget to update the wiki. From looking around, most other REST API's are also manually creating their documentation. But I'm wondering if theres maybe a good solution to this. The kind of things which need to be documented for each endpoint are: Service Name Category URI Parameter Parameter Types Response Types Response Type Schema (XSD) Sample