Tuesday, March 21, 2017

Creating Javadoc with UML.

I use maven to setup the process to create the Javadoc with uml.

Example:
 

1. First create the pom.xml with the dependencies you want in the Javadoc.
2. Run 'mvn install' on the Javadoc.
3. Look in the target directory for the Javadoc folder.

pom.xml Source code:


No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...