-
Task
-
Resolution: Done
-
Major
-
1.3.0.Beta1
-
None
We currently generate rest api docs for jberet-rest-api module and publish it at
http://docs.jboss.org/jberet/latest/javadoc/jberet-rest-api/
However, jberet-rest-api also contains classes that do not define any rest operations, and they should have javadocs. In addition, even for classes of rest operations, users may also want to view their javadocs.
So we should keep rest api docs separate from javadocs:
jberet-rest-api javadocs:
http://docs.jboss.org/jberet/latest/javadoc/jberet-rest-api/
jberet-rest-api rest docs (generated with Miredot):
http://docs.jboss.org/jberet/latest/rest-doc
- is related to
-
JBERET-149 Support REST API and JAXRS
- Resolved