I'm using Doxygen to create a class documentation from my code, which is written in C++
. I want to create a UML for the whole code in a single graph? Is it possible? Because Doxygen is trying to create a UML for each class but the thing I'm trying to create is to create a big graph for the entire code. Any idea or suggestion is appreciated. BTW I use doxywizard for generating the class diagrams and documentations.
Asked
Active
Viewed 319 times
2

Mithridates the Great
- 473
- 1
- 4
- 14
-
With doxygen this is currently not possible. – albert Oct 02 '18 at 15:01
-
@albert Is it possible with another software or it is not possible at all? – Mithridates the Great Oct 02 '18 at 15:03
-
Might be possible with other software, but I'm not aware of anything. – albert Oct 02 '18 at 15:48