Hello doxy-friends ! I am reverse engineering some C++ code (massive STL use)... I did a doxygen project (with doxywizard) and it works fine if I use the buit-in class diagram generator : indeed the boxed classes are clickable and I can navigate from class to class... but, Since I need more graphs (collaboration, call and called by graphs) I did switch to using DOT.
The graphs are well generated BUT, the boxed classes are NO MORE CLICKABLE. (I saw on the generated HTML that there is no <map...> instruction... compared to the HTML genrated with the built-in diagram tool) I looked at the doxygen documentation and mailing list archive and found nothing about that.... I suppose it should work since I have another doxygen project with collaboration graph (so surely build with DOT) with clickable classes (unfortunatly I have not the doxyfile) Did I miss something regarding DOT option or other doxyfile options ?? Many thanks in advance ! Attached is my doxyfile. I use : Doxygen version used: 1.8.20 (f246dd2f1c58eea39ea3f50c108019e4d4137bd5) I use Dot : dot - graphviz version 2.44.1 (20200629.0800) libdir = "D:\Fred\Tools\Dev\Doc\graphviz-2.44.1-win32\Graphviz\bin" Activated plugin library: gvplugin_dot_layout.dll Using layout: dot:dot_layout Activated plugin library: gvplugin_core.dll Using render: dot:core Using device: dot:dot:core The plugin configuration file: D:\Fred\Tools\Dev\Doc\graphviz-2.44.1-win32\Graphviz\bin\config6 was successfully loaded. render : cairo dot dot_json fig gd gdiplus json json0 map mp pic pov ps svg tk vml vrml xdot xdot_json layout : circo dot fdp neato nop nop1 nop2 osage patchwork sfdp twopi textlayout : textlayout device : bmp canon cmap cmapx cmapx_np dot dot_json emf emfplus eps fig gd gd2 gif gv imap imap_np ismap jpe jpeg jpg json json0 metafile mp pdf pic plain plain-ext png pov ps ps2 svg svgz tif tiff tk vml vmlz vrml wbmp xdot xdot1.2 xdot1.4 xdot_json loadimage : (lib) bmp eps gd gd2 gif jpe jpeg jpg png ps svg D:\Fred\Tools\Dev\Doc\graphviz-2.44.1-win32\Graphviz\bin>dot -V dot - graphviz version 2.44.1 (20200629.0800)
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users