PDA

View Full Version : UML Diagrams



afflictedd2
13th March 2009, 17:18
Hi everyone,

is there a tool to generate UML Diagrams from a given code?

stefan
16th March 2009, 09:06
google? try "uml generator c++" or better "reverse engineering c++"
list (http://www.objectsbydesign.com/tools/umltools_byCompany.html) of UML tools, and wikipedia (http://en.wikipedia.org/wiki/List_of_UML_tools)

if you are using Visual Studio, you can install MS Visio. Within VS: Project > Visio UML > Reverse Engineering

gt.beta2
16th March 2009, 09:39
I use Umbrello: http://uml.sourceforge.net/
Using Debian it's one apt-get away from you :p

lni
16th March 2009, 18:40
How about doxygen?

fnmblot
16th March 2009, 19:00
According to the Doxygen (http://en.wikipedia.org/wiki/Doxygen) wiki page, Doxygen can use GraphViz to generate diagrams including class hierarchies and collaboration for C++, Java and Python.