Optimal setup for Doxygen in a large multi-application COM project

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-06-16T13:20:08Z Indexed on 2010/06/16 13:22 UTC
Read the original article Hit count: 209

Filed under:
|

A system has up to 100 VC++ projects, each spitting out a DLL or EXE. In addition there are many COM components with IDL and generated .h/.c files.

What's 'the right way' or at least a good way to organise this with Doxygen? One overall doxy project or one per project/solution? And what's the right way to handle COM, which has generated code and a lot of 'fluff' that will bloat generated HTML files.

© Stack Overflow or respective owner

Related posts about c++

Related posts about doxygen