mirror of https://github.com/dspinellis/UMLGraph
This was easy to break, because of a non-obvious logic. Instead we now use the hack of just using a too large rowspan. |
||
|---|---|---|
| doc | ||
| legacy | ||
| src | ||
| testdata | ||
| tools | ||
| web | ||
| .classpath | ||
| .gitignore | ||
| .project | ||
| .travis.yml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| TODO | ||
| build.xml | ||
| pom.template.xml | ||
| pom.xml | ||
| sequence.pic | ||
| umlgraph | ||
| umlgraph.bat | ||
README.md
UMLGraph - Declarative Drawing of UML Diagrams
UMLGraph allows the declarative specification and drawing of UML diagrams. You can browse the system's documentation through this link, or print it through this link.
To install the elements required to run UMLGraph, simply copy
the contents of the lib directory to a location consistent with
your installation's conventions (for example to /usr/local/lib).
To compile the Java doclet from the source code run ant on the build.xml file.
If you change the source code, you can run regression tests by executing ant test.
Visit the project's home page for more information.