Link to the MoinMoin sequence diagrams support page.

This commit is contained in:
Diomidis Spinellis 2008-08-27 10:56:07 +00:00
parent f9f3092669
commit 3bd60dfe7a
2 changed files with 3 additions and 2 deletions

2
TODO
View File

@ -3,8 +3,6 @@ $Id$
Add in UmlGraphDoc support for showing package dependencies.
See http://java.dzone.com/articles/reverse-engineer-source-code-u#comment-6124
Add link to MoinMoin sequence to deriv.xml
Yves Bossel: If I may do some suggestions:
+ Self-adjusting box size and placement on sequence diagrams would help (I use lots of inner classes whose names are long and descriptive).

View File

@ -21,6 +21,9 @@ reverse engineering tool.</li>
<li> Adam Feuer's
<a href="http://www.python.org/pypi/PyUMLGraph">PyUMLGraph</a>
system applies the concept to Python programs.</li>
<li> The <a href="http://moinmo.in/">MoinMoin</a> Wiki engine
uses UMLGraph to provide
<a href="http://moinmo.in/ParserMarket/UmlSequence">support for UML sequence diagrams</a>.</li>
<li> The <a href="http://jbrugge.com/glean/">Glean</a>
framework for generating feedback on a team's source code
supports the scripting of UMLGraph.</li>