Missing hyperlink on dot classes

Frédéric PRIN <[email protected]> Wed, 23 Sep 2020 13:57:56 +0000
Newsgroups gmane.text.doxygen.general
Message-ID <[email protected]>
--===============0396775994548082623==
Content-Language: fr-FR
Content-Type: multipart/alternative;
	boundary="_000_71ee1744aafa4faabc464d3c3e197dc8arinaxcom_"

--_000_71ee1744aafa4faabc464d3c3e197dc8arinaxcom_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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 bu=
it-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 s=
witch 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... compa=
red to the HTML genrated with the built-in diagram tool)

I looked at the doxygen documentation and mailing  list archive and found n=
othing about that....
I suppose it should work since I have another doxygen project with collabor=
ation 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 =3D "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 t=
wopi
    textlayout  :  textlayout
    device      :  bmp canon cmap cmapx cmapx_np dot dot_json emf emfplus e=
ps 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)


--_000_71ee1744aafa4faabc464d3c3e197dc8arinaxcom_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:"Courier New\,courier";
	panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;
	mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri",sans-serif;
	mso-fareast-language:EN-US;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"FR" link=3D"#0563C1" vlink=3D"#954F72">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">Hello doxy-friends&nbsp;!<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">I am reverse engineering some C&#43;&#43; code (mass=
ive STL use)&#8230;<o:p></o:p></p>
<p class=3D"MsoNormal">I did a doxygen project (with doxywizard) and it wor=
ks fine if I use the buit-in class diagram generator&nbsp;: indeed the boxe=
d classes are clickable and I can navigate from class to class&#8230;
<o:p></o:p></p>
<p class=3D"MsoNormal">but,<o:p></o:p></p>
<p class=3D"MsoNormal">Since I need more graphs (collaboration, call and ca=
lled by graphs) I did switch to using DOT.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">The graphs are well generated BUT, the boxed classes=
 are NO MORE CLICKABLE.<o:p></o:p></p>
<p class=3D"MsoNormal">(I saw on the generated HTML that there is no &lt;ma=
p&#8230;&gt; instruction&#8230; compared to the HTML genrated with the buil=
t-in diagram tool)<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">I looked at the doxygen documentation and mailing &n=
bsp;list archive and found nothing about that&#8230;.
<o:p></o:p></p>
<p class=3D"MsoNormal">I suppose it should work since I have another doxyge=
n project with collaboration graph (so surely build with DOT) with clickabl=
e classes (unfortunatly I have not the doxyfile)<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Did I miss something regarding DOT option or other d=
oxyfile options&nbsp;??<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Many thanks in advance&nbsp;!<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Attached is my doxyfile.<o:p></o:p></p>
<p class=3D"MsoNormal">I use : <o:p></o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Courier New,courier=
&quot;,serif">Doxygen version used: 1.8.20 (f246dd2f1c58eea39ea3f50c108019e=
4d4137bd5)<o:p></o:p></span></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">I use Dot&nbsp;: <o:p></o:p></p>
<p class=3D"MsoNormal">dot - graphviz version 2.44.1 (20200629.0800)<o:p></=
o:p></p>
<p class=3D"MsoNormal">libdir =3D &quot;D:\Fred\Tools\Dev\Doc\graphviz-2.44=
.1-win32\Graphviz\bin&quot;<o:p></o:p></p>
<p class=3D"MsoNormal">Activated plugin library: gvplugin_dot_layout.dll<o:=
p></o:p></p>
<p class=3D"MsoNormal">Using layout: dot:dot_layout<o:p></o:p></p>
<p class=3D"MsoNormal">Activated plugin library: gvplugin_core.dll<o:p></o:=
p></p>
<p class=3D"MsoNormal">Using render: dot:core<o:p></o:p></p>
<p class=3D"MsoNormal">Using device: dot:dot:core<o:p></o:p></p>
<p class=3D"MsoNormal">The plugin configuration file:<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D:\Fred\T=
ools\Dev\Doc\graphviz-2.44.1-win32\Graphviz\bin\config6<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; was successfully loaded.<o:p></o:p><=
/p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; render&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; :&nbsp; cairo dot dot_json fig gd gdiplus json json0 map mp pic pov ps =
svg tk vml vrml xdot xdot_json<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; layout&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; :&nbsp; circo dot fdp neato nop nop1 nop2 osage patchwork sfdp twopi<o:=
p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; textlayout&nbsp; :&nbsp; textlayo=
ut<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; :&nbsp; 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 pi=
c plain plain-ext png pov ps ps2 svg svgz tif tiff tk vml vmlz vrml wbmp xd=
ot xdot1.2
 xdot1.4 xdot_json<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; loadimage&nbsp;&nbsp; :&nbsp; (li=
b) bmp eps gd gd2 gif jpe jpeg jpg png ps svg<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">D:\Fred\Tools\Dev\Doc\graphviz-2.44.1-win32\Graphviz=
\bin&gt;dot -V<o:p></o:p></p>
<p class=3D"MsoNormal">dot - graphviz version 2.44.1 (20200629.0800)<o:p></=
o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

--_000_71ee1744aafa4faabc464d3c3e197dc8arinaxcom_--


--===============0396775994548082623==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============0396775994548082623==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users

--===============0396775994548082623==--