Game Development Community

Doxygen Docs

by Rick Overman · in Torque Game Engine · 08/13/2001 (9:59 pm) · 4 replies

I have spent the evening looking at Doxygen as a source code documentation solution for the V12 Engine. I currently have it configured to extract all code information Doxygen'ized or not. This provides illustrated relations between the various elements, include dependency graphs, inheritance diagrams, and collaboration diagrams, not bad for a first pass.

Tomorrow I will post my config file for those who are interested in generating their own docs with Doxygen and in a day or two I will post preliminary html docs to the site.

--Rick

#1
08/14/2001 (12:09 am)
Hi Rick

Good to hear you'll be using doxygen. It's just the right thing for this project. Although this only covers source-code documentation.
Thanks for the work :)
#2
08/17/2001 (11:31 pm)
So was the config file or the docs ever posted? If so, how do I go about finding that?

I noticed somebody had posted his config in a different thread, but I figured I'd wait for the "official" one or for the actual docs.

I've never used Doxygen, so I am interested to see what it can do in general, and the results with this project specifically.

-Shane
#3
08/18/2001 (2:27 pm)
It's in my .plan

--Rick
#4
08/19/2001 (5:50 pm)
Great! Thanks a lot! Time to get down to business...