Re: [Doxygen-users] RTF/Word97 - "blank" collaboration and inheritance diagrams
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-06-15 20:27:56
|
On Fri, Jun 15, 2001 at 08:40:36AM -0500, CHUVALA, KEITH G. (JSC-DL2) (USA) wrote: > I've got a problem with RTF output running Doxygen 1.2.8.1 on NT 4.0 (SP5), > displaying/printing with Word 97. > > Earlier this year our team used Doxygen 1.2.5 to produce a number of code > review packages with excellent results. At that time I'd asked about some > problems in RTF output, and Joe Ninety contributed some great fixes and > additions. > > Now we see a new problem that seems to have started in 1.2.7, and continues > on into 1.2.8.1. We use most all the graphs in our review packages, so > we've got configurations that include the following lines: > > HAVE_DOT = YES > DOT_PATH = > CLASS_GRAPH = YES > COLLABORATION_GRAPH = YES > INCLUDE_GRAPH = YES > INCLUDED_BY_GRAPH = YES > MAX_DOT_GRAPH_WIDTH = 1024 > MAX_DOT_GRAPH_HEIGHT = 1024 > > The CLASS_GRAPH and COLLABORATION_GRAPH diagrams display and print as blank > boxes! They take up the appropriate amount of space in the document, but > appear as white on white, or have some other problem that yields the same > effect. > > The INCLUDE_* diagrams display and print fine. > > The graphics files ARE being produced correctly; the problem shows up ONLY > in the RTF document. > > Any suggestions? We're about to embark on a new round of code reviews, and > I'd sure like to continue using Doxygen! This is a bug in doxygen. A fix will appear in the next CVS update. Regards, Dimitri |