mirror of https://github.com/dspinellis/UMLGraph
Link to Meera's JavaLobby article.
This commit is contained in:
parent
797b0a53ce
commit
a122641030
|
|
@ -22,12 +22,15 @@ An <em>IEEE Software</em> article titled
|
||||||
<a href="http://www.spinellis.gr/pubs/jrnl/2003-IEEESW-umlgraph/html/article.html">On the declarative specification of models</a>
|
<a href="http://www.spinellis.gr/pubs/jrnl/2003-IEEESW-umlgraph/html/article.html">On the declarative specification of models</a>
|
||||||
explains the rationale behind this approach.
|
explains the rationale behind this approach.
|
||||||
The tehnology behind UMLGraph was used to draw many of the diagrams
|
The tehnology behind UMLGraph was used to draw many of the diagrams
|
||||||
appearing in the books
|
appearing in the award-winning 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/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).
|
<a href="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</a> (Addison Wesley, 2003).
|
||||||
In addition,
|
In addition,
|
||||||
the <em>UMLGraphDoc</em> doclet included in this distribution automatically
|
the <em>UMLGraphDoc</em> doclet included in this distribution automatically
|
||||||
adds UML diagrams to javadoc documentation.
|
adds UML diagrams to javadoc documentation;
|
||||||
|
you can find a short and clear
|
||||||
|
<a href="http://java.dzone.com/articles/reverse-engineer-source-code-u">tutorial on how to automatically document your project with UML diagrams</a>
|
||||||
|
on DZone's Javalobby.
|
||||||
|
|
||||||
<p />
|
<p />
|
||||||
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
|
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
|
||||||
|
|
|
||||||
|
|
@ -22,12 +22,15 @@ An <em>IEEE Software</em> article titled
|
||||||
<a href="http://www.spinellis.gr/pubs/jrnl/2003-IEEESW-umlgraph/html/article.html">On the declarative specification of models</a>
|
<a href="http://www.spinellis.gr/pubs/jrnl/2003-IEEESW-umlgraph/html/article.html">On the declarative specification of models</a>
|
||||||
explains the rationale behind this approach.
|
explains the rationale behind this approach.
|
||||||
The tehnology behind UMLGraph was used to draw many of the diagrams
|
The tehnology behind UMLGraph was used to draw many of the diagrams
|
||||||
appearing in the books
|
appearing in the award-winning 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/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).
|
<a href="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</a> (Addison Wesley, 2003).
|
||||||
In addition,
|
In addition,
|
||||||
the <em>UMLGraphDoc</em> doclet included in this distribution automatically
|
the <em>UMLGraphDoc</em> doclet included in this distribution automatically
|
||||||
adds UML diagrams to javadoc documentation.
|
adds UML diagrams to javadoc documentation;
|
||||||
|
you can find a short and clear
|
||||||
|
<a href="http://java.dzone.com/articles/reverse-engineer-source-code-u">tutorial on how to automatically document your project with UML diagrams</a>
|
||||||
|
on DZone's Javalobby.
|
||||||
|
|
||||||
<p />
|
<p />
|
||||||
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
|
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue