Make the class title appear as a tooltip when using -apidocroot.

(Anthony Callegaro)
This commit is contained in:
Diomidis Spinellis 2008-08-15 21:05:58 +00:00
parent 30d5235754
commit 5c6cb00f32
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}