109110111112113114115116117118119
boolean firstcon = true; for (ConstructorDoc cd : clz.constructors()) { if (isExportable(cd)) { if (firstcon) { writer.tr(); writer.tdColspanBgcolorStyle(2, "", "jsdocHeader"); writer.print("Constructors"); firstcon = false; writer.tdEnd(); writer.trEnd(); }
137138139140141142143144145146147
firstcon = true; for (MethodDoc cd : clz.methods()) { if (isExportable(cd)) { if (firstcon) { writer.tr(); writer.tdColspanBgcolorStyle(2, "", "jsdocHeader"); writer.print("Methods"); firstcon = false; writer.tdEnd(); writer.trEnd(); }
111112113114115116117118119120121
for (ConstructorDoc cd : clz.constructors()) { if (isExportable(cd)) { if (firstcon) { writer.tr(); writer.tdColspanBgcolorStyle(2, "lightblue", "jsdocHeader"); writer.print("Constructors"); firstcon = false; writer.tdEnd(); writer.trEnd(); }
for (MethodDoc cd : clz.methods()) { if (isExportable(cd)) { if (firstcon) { writer.tr(); writer.tdColspanBgcolorStyle(2, "lightblue", "jsdocHeader"); writer.print("Methods"); firstcon = false; writer.tdEnd(); writer.trEnd(); }