Re: [Doxygen-users] DOT Tool for windows
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-06-11 18:20:10
|
On Mon, Jun 11, 2001 at 10:41:24PM +0800, Jerzy Kaczorowski wrote: > Hi, > > The notice about Graphviz 1.5 is not so obsolete, because the graphs > generated with new dot are even more broken than 1.5. E.g. 1.5 was only > cutting the tops of the boxes while new one is also mis-calculating the text > size so the text goes out of the box on the right (boxes too small). Looks > quite bad :( Just to be clear: these are bugs in dot, not doxygen. > It is so bad that if they pull down 1.5 it will probably make no sense to > use doxygen on windows any more without some archive to keep 1.5. > I wonder if doxygen could not make some adjustments to allow more space for > the boxes to accomodate for the problem - it is not only on windows from > what I know, even thought it seems to work better on Linux. If this is the case, then I suggest to 1) subscribe to the graphviz mailing list see http://www.research.att.com/sw/tools/graphviz/doc/gvizfaq.html 2) create a broken dot graph using doxygen with DOT_CLEANUP set to NO, and package this into a self contained example (dot graph + gif image + doxfont.ttf + description what is wrong). 3) send it to the mailing list. I found the authors of graphviz very willing to help. Don't complain on this list if dot is not working properly, since I cannot do much about it. Regards, Dimitri |