mirror of https://github.com/dspinellis/UMLGraph
Add italic font spec, expand diagram types
This commit is contained in:
parent
a4136c20d5
commit
6e9eea3f90
12
TODO
12
TODO
|
|
@ -1,5 +1,15 @@
|
|||
$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.
|
||||
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.
|
||||
|
||||
Support for all UML diagrams: state, use-case, etc.
|
||||
|
||||
command-line (and global) options for setting all graph attributes
|
||||
|
||||
Class options for setting edge attributes fillcolor fontcolor etc per edge
|
||||
|
|
|
|||
Loading…
Reference in New Issue