Game Development Community

Doxygen support or similar tool for Torque Script?

by David Cobb · in Torque Game Builder · 06/12/2007 (8:43 pm) · 2 replies

Has anybody written a Doxygen plugin or helper that will allow it to generate documentation for Torque Script? Or is there some other tool that can be used to autogenerate HTML docs from comments in TS?

Thanks!

#1
06/13/2007 (10:36 am)
Doxygen should work with some basic configuration... we have an internal test of that in one of our repos and it worked great (hopefully we can continue to work on that in the future for doxygen docs generated from Demos, tools, etc :)

(we also use doxygen for the 1.5 beta generated reference)
#2
06/13/2007 (11:52 am)
Awesome, thanks!