On our project, we have a few include files which are globally included
by (almost) every class. These are used to define some generic types
such as Real and Int. The problem occurs when doxygen/dot tries to
generate the include and dependency graphs. One GIF is about 12Meg and
several others are around 2Meg and take upto 30-40 minutes to generate.
The GIFs are also unreadable containing some very small black dots
representing the text.
Is there a way to tell doxygen and/or dot to skip the dependency and
include graphs for these 'global' include files?
Thanks, Greg
|