mirror of https://github.com/dspinellis/UMLGraph
Mention UMLGraphDoc
This commit is contained in:
parent
d180a45fcc
commit
92fcfb1514
|
|
@ -26,6 +26,8 @@ appearing in the books
|
|||
<a href="http://www.spinellis.gr/codequality">Code Quality: The Open Source Perspective</a> (Addison Wesley, 2006) and
|
||||
<a href="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</a> (Addison Wesley, 2003).
|
||||
In addition,
|
||||
the <em>UMLGraphDoc</em> doclet included in this distribution automatically
|
||||
adds UML diagrams to javadoc documentation,
|
||||
<a href="http://lightuml.sourceforge.net/">LightUML</a>
|
||||
integrates UMLGraph into <a href="http://www.eclipse.org">Eclipse</a>,
|
||||
<a href="http://maven-plugins.sourceforge.net/maven-dotuml-plugin/">Dotuml</a>
|
||||
|
|
@ -38,7 +40,7 @@ the <a href="http://softeng.polito.it/projects/XUG/">XUG</a>
|
|||
reverse engineering tool, and
|
||||
Adam Feuer's
|
||||
<a href="http://www.python.org/pypi/PyUMLGraph">PyUMLGraph</a>
|
||||
system applies the concept to Python programs,
|
||||
system applies the concept to Python programs.
|
||||
|
||||
Finally,
|
||||
<a href="http://martinfowler.com">Martin Fowler</a> writes:
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ appearing in the books
|
|||
<a href="http://www.spinellis.gr/codequality">Code Quality: The Open Source Perspective</a> (Addison Wesley, 2006) and
|
||||
<a href="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</a> (Addison Wesley, 2003).
|
||||
In addition,
|
||||
the <em>UMLGraphDoc</em> doclet included in this distribution automatically
|
||||
adds UML diagrams to javadoc documentation,
|
||||
<a href="http://lightuml.sourceforge.net/">LightUML</a>
|
||||
integrates UMLGraph into <a href="http://www.eclipse.org">Eclipse</a>,
|
||||
<a href="http://maven-plugins.sourceforge.net/maven-dotuml-plugin/">Dotuml</a>
|
||||
|
|
@ -38,7 +40,7 @@ the <a href="http://softeng.polito.it/projects/XUG/">XUG</a>
|
|||
reverse engineering tool, and
|
||||
Adam Feuer's
|
||||
<a href="http://www.python.org/pypi/PyUMLGraph">PyUMLGraph</a>
|
||||
system applies the concept to Python programs,
|
||||
system applies the concept to Python programs.
|
||||
|
||||
Finally,
|
||||
<a href="http://martinfowler.com">Martin Fowler</a> writes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue