Add italic font spec, expand diagram types

This commit is contained in:
Diomidis Spinellis 2012-04-17 07:09:28 +00:00
parent a4136c20d5
commit 6e9eea3f90
1 changed files with 10 additions and 2 deletions

12
TODO
View File

@ -1,5 +1,15 @@
$Id$ $Id$
When UMLGraph 2.29 comes out use <i></i> for italic fonts?
http://stackoverflow.com/questions/8609546/umlgraph-not-automatic-integrated-in-javadoc
Support for all UML diagrams: state, use-case, etc.
State diagrams:
See state-example.dot
See alsohttp://forrst.com/posts/State_Machine_Dont_abuse_the_if-1fE
Add in UmlGraphDoc support for showing package dependencies. Add in UmlGraphDoc support for showing package dependencies.
See http://java.dzone.com/articles/reverse-engineer-source-code-u#comment-6124 See http://java.dzone.com/articles/reverse-engineer-source-code-u#comment-6124
@ -20,8 +30,6 @@ public class A {
} }
Requires special care for containers and arrays. Requires special care for containers and arrays.
Support for all UML diagrams: state, use-case, etc.
command-line (and global) options for setting all graph attributes command-line (and global) options for setting all graph attributes
Class options for setting edge attributes fillcolor fontcolor etc per edge Class options for setting edge attributes fillcolor fontcolor etc per edge