Is there a way to create a class diagram without using doxygen?
Asked
Active
Viewed 249 times
0
-
You have a few options - there are a few good/similar questions in the **Related** section to the right. – justin Nov 11 '11 at 06:26
-
possible duplicate of [UML free reverse engineering tool for C++ (.h/.cpp ==> Class Diagram)](http://stackoverflow.com/questions/8015471/uml-free-reverse-engineering-tool-for-c-h-cpp-class-diagram) – INS Nov 11 '11 at 07:21
-
also similar to http://stackoverflow.com/questions/2591025/c-code-to-class-diagram – INS Nov 11 '11 at 07:23
1 Answers
1
you can obviously create class diagrams and any other UML diagrams by means of any UML editor. There are many available, for instance Papyrus is provided in the latest Eclipse Modeling distribution. Otherwise TopCased is a very good one (http://www.topcased.org).

Andrea Sindico
- 7,358
- 6
- 47
- 84