stratagus
stratagus copied to clipboard
Making UML Class Diagrams
I started making the UML Class Diagrams of the Stratagus project by using Umbrello, which is also the software that can be used to see the diagram in the file.
The aim is to make class diagrams for each folder in the src folder, since the code is structured with folders.
Here is the class diagram only for the ai folder

I would like to know if doing this can be useful or not.
This could indeed be useful. The doxygen tool can generate class diagrams, too, but it just includes everything which makes them too big and hard to read.