Game Development Community

Doxygen and TGE API docs

by Jeff Houck · in Torque Game Engine · 06/16/2004 (7:15 pm) · 2 replies

I've been successfully compiling the TGE CVS HEAD using Msys and Mingw under XP. I've placed the doxygen binaries into my msys\1.0\bin directory and they are executable within the msys enviroment. However, when I compile Torque, the API docs are not being generated. My assumption is that the make process should call the doxygen binary when it's time to create the API docs. This is part of the compilation process, right?
I'm at a loss and would appreciate any assistance or direction. Thanks!

#1
06/16/2004 (11:18 pm)
You may have to run them manually. Basically, go to the root of your Torque directory, and run doxygen, passing it the doxygen.html.cfg file.
#2
06/17/2004 (4:32 am)
Thanks Ben! That did it.