06 Jan, 2009
How to auto generate UML class diagrams in JavaDoc with Maven2 and Apiviz
Posted by: admin In: Programming
For some time I’ve been looking for a way to auto generate UML diagrams inside JavaDoc files. The perfect solution would integrate into Maven 2, which is my build system of choice. A few days ago I stumbled across Apiviz, which turned out to be exactly what I’ve been looking for! It provides simple integration [...]