Skip to content
Fabio Cesarato edited this page Feb 13, 2016 · 1 revision

Documentation

The api documentation is available at http://salsa-w.github.io/M-SALSA/apidocs

The documentation is generated from the Java code using Javadoc

Documentation Generation

To generate the documentation download the source code and from root folder use the Maven goal javadoc:aggregate.

The Maven invocation will use the Apache Maven Javadoc Plugin

Example of Maven code:

mvn javadoc:aggregate
Clone this wiki locally