Game Development Community

Doxygen

by Prairie Games · in Torque Game Engine · 04/21/2002 (9:53 pm) · 0 replies

Just reminding ya'll of this lovely utility:

http://www.stack.nl/~dimitri/doxygen/

For the uninitiated, Doxygen can generate a bird's eye view of a codebase (the Torque Engine for instance.. see the SDK docs) with handy cross reference...

When I was learning the MAX SDK it really helped in seeing what the class relationships were... it can also be informative to run it on your own code...

Oh yeah.. make sure to use the DOT graphic inheritance diagrams.. which I am currently doing for Torque :)

-J