On 05/11/2011 07:02 AM, CHABOT Simon wrote: > I have already used it to draw graph, but never I never though to try it for > UML. I take a look !
In case you add documentation with doxygen to some projects, you can use it to produce UML diagrams of your classes. Doxygen itself uses dot... So using this you could simply write down class definitions and let doxygen/dot do the rest. regards