Hello List,

I made a small File Example.h containing just:

/*! @file
@defgroup Zero Mod 0
@{
   @defgroup One Mod 1
   @defgroup Two Mod 2 
@}
*/

I took the standard doxyfile and made just these changes:

OPTIMIZE_OUTPUT_FOR_C  = YES
INPUT                  = .
GENERATE_RTF           = YES
HAVE_DOT               = YES
DOT_PATH               = "C:/Program Files (x86)/Graphviz2.38/bin/"

I let run doxywizzard 1.8.10 and get a collaboration diagram in HTML output but none in RTF output.

Please could someone shed some light on it?

Kind regards,

Thomas