Skip to content

Generating APIvis documentation

Jesse Gallagher edited this page Apr 1, 2015 · 1 revision

Generating APIvis Documentation

The Maven build process attempts to generate an API visualization using the APIvis library. The primary prerequisite to generating this locally is Graphviz. Once Graphviz is installed, the build process will attempt to find it first in the system path, then via the graphviz.home Java property, then via the GRAPHVIZ_HOME environment variable. Refer to the Prerequisites section of the APIviz documentation for details.

Clone this wiki locally