writer.tdEnd();
writer.tdVAlignClass("top", "jsdocMethod");
writer.print("<b class=jsdocMethodName>" + cd.name() + "</b>(");
writeParameters(writer, cd.parameters());
writer.print(")");
writer.br();
writer.print(" <span class=jsdocComment>"
+ filter(cd.commentText()) + "</span>");
writer.tdEnd();
writer.trEnd();