public void printInheritedSummaryHeader(AbstractMemberWriter mw, ClassDoc cd) {
   mw.printInheritedSummaryAnchor(cd);
   tableIndexSummary();
   tableInheritedHeaderStart("#EEEEFF");
   mw.printInheritedSummaryLabel(cd);
   tableInheritedHeaderEnd();
   trBgcolorStyle("white", "TableRowColor");
   summaryRow(0);
   code();
 }