Game Development Community

TSLibDoc - HTML Console Library Reference Doc Generator

by Rob Green · in Torque Game Engine · 05/16/2005 (9:50 pm) · 0 replies

Maybe I just reinvented the wheel here, but it only took me a day to do so if that's the case it's no big loss..

But I wrote a Library Reference Doc generator today that extracts all the console stuff out of a codebase and organizes it into Classes, Functions and Variables.

I'm used to having javadocs and other sorts of good documentation for APIs so I wrote this to speed up my own reference searching. I believe many people will also find it useful.

I tried to use doxygen but my SDK (1.3, downloaded 2 weeks ago) contains no doc directory!

I'll post the utility along with a zip of docs generated from the vanilla source as of 2 weeks ago into the resources section.