i want make uml diagram xcode project automatically. there tool out there can me? i've found things omnigraffe.
doxygen able generate some class diagrams using dot , graphviz. here sample project using it. but, make work need macports port install doxygen dot
, edit doxygen text config file (included on project) , set have_dot = yes
, uml_look = yes
.
it's not complete , it's not much, doxygen lesser of 2 evils. wish knows better option or better tool appears.
Comments
Post a Comment