mirror of https://github.com/dspinellis/UMLGraph
Make the class title appear as a tooltip when using -apidocroot.
(Anthony Callegaro)
This commit is contained in:
parent
30d5235754
commit
5c6cb00f32
|
|
@ -1149,7 +1149,7 @@ class ClassGraph {
|
|||
if (url != null)
|
||||
href = " href=\"" + url + "\"";
|
||||
|
||||
w.print("<<table border=\"0\" cellborder=\"" +
|
||||
w.print("<<table title=\"" + name + "\" border=\"0\" cellborder=\"" +
|
||||
opt.shape.cellBorder() + "\" cellspacing=\"0\" " +
|
||||
"cellpadding=\"2\" port=\"p\"" + bgcolor + href + ">" + linePostfix);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue