I am aware of the Trac Doxygen plugin. It allows linking to the Doxygen docs from the Trac wiki.
I am looking for something that will help me automate the documentation. Since the project is huge, it is probably not possible to update the documentation on every commit especially since Doxygen doesn't do incremental documentation builds. Instead, a nightly documentation build is probably more effective.
I would like to see the changes between documentation builds. One solution is putting the Doxygen output in the SVN repository, but then we'd be comparing HTML and not documentation, which would get unpleasant, I'd imagine.
Thanks!