GNOME Bugzilla – Bug 621854
'Missing' collaboration diagrams in chm documentation for large projects
Last modified: 2010-10-09 08:19:43 UTC
We have project with roughly 50 groups and have set GROUP_GRAPHS and HAVE_DOT to YES, thus we want collaboration diagrams for the groups. The collaboration diagrams are okay in the generated HTML documentation, but in the CHM documentation there are only small rectangles shown with an 'x' in the centre (see attachment). We assume that the HTML help compiler is called before the .png files for the collaboration diagrams are complete. If this is correct the HTML help compiler call should be delayed until .png files are complete. Note: - CHM documentation is correct if you run doxygen a second time (in this case .png files are complete from first call) - CHM documentation is correct if you change the '# Doxyfile 1.7.0' line to '# Doxyfile 1.6.3' (Maybe the DOT tool handling depends on this line)
Created attachment 163890 [details] Screen shot of .chm file with 'missing' collaboration diagram
Your assumption is correct! I will need to move the invocation of the HTML help compiler to a point after when the dot images are created.
*** Bug 622219 has been marked as a duplicate of this bug. ***
*** Bug 622593 has been marked as a duplicate of this bug. ***
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.1. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
*** Bug 623019 has been marked as a duplicate of this bug. ***
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.2. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.