Tagged Questions

4
votes
3answers
2k views

Running doxygen as Custom Build Step in VS2008

I am generating doxygen documentation for my (fairly small) project on each build. I did the following to accomplish this: Added the index.html, which doxygen generates, to the project Specified a ...