[VisualD][DDOC] HTML documentation on mouse hover

Matthieu via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sat Aug 16 05:51:51 PDT 2014


Hi !

I'm looking for a way to display a basic HTML page layout for my
code documentation on mouse hover, but I cannot find anything
about this...

The fact is that currently, the summary on hover is awful, the
HTML tags are displayed as plain text ; the output looks like
that:
"
public void myFunction(int param1)
The function summary
<b>Params</b>
param1 The param description


<b>Returns</b>
The return infos
"

Is there a way to have a basic HTML interpretation for VisualD,
like in JavaDoc with Eclipse ?

Thanks !


More information about the Digitalmars-d-ide mailing list