Well, it seemed we needed a permanent place to keep the Doxygen output from the codebase, as well as a way to update it. So I checked the code out on one of my home servers and set up a script that will update the codebase, and if needed, rerun Doxygen on it, and then rsync the Doxygen output to the SCP website.
FS2 Open DocumentationIt only runs the rest of the script if the code is actually update, much like my nightly build script. This was mostly just me stretching my Bash legs though.
On a side note, Doxygen output some warnings about the documentation while it was running, and I opened a
ticket with all of them.