Hi everyone,
is there a tool to generate UML Diagrams from a given code?
Printable View
Hi everyone,
is there a tool to generate UML Diagrams from a given code?
I use Umbrello: http://uml.sourceforge.net/
Using Debian it's one apt-get away from you :p
How about doxygen?
According to the Doxygen wiki page, Doxygen can use GraphViz to generate diagrams including class hierarchies and collaboration for C++, Java and Python.