mirror of https://github.com/dspinellis/UMLGraph
Link to the MoinMoin sequence diagrams support page.
This commit is contained in:
parent
f9f3092669
commit
3bd60dfe7a
2
TODO
2
TODO
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue