< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractMemberWriter.java

Print this page

        

*** 151,176 **** * @param inheritedTree the content tree to which the inherited summary label will be added */ public abstract void addInheritedSummaryLabel(TypeElement typeElement, Content inheritedTree); /** - * Add the anchor for the summary section of the member. - * - * @param typeElement the TypeElement to be documented - * @param memberTree the content tree to which the summary anchor will be added - */ - public abstract void addSummaryAnchor(TypeElement typeElement, Content memberTree); - - /** - * Add the anchor for the inherited summary section of the member. - * - * @param typeElement the TypeElement to be documented - * @param inheritedTree the content tree to which the inherited summary anchor will be added - */ - public abstract void addInheritedSummaryAnchor(TypeElement typeElement, Content inheritedTree); - - /** * Add the summary type for the member. * * @param member the member to be documented * @param tdSummaryType the content tree to which the type will be added */ --- 151,160 ----
< prev index next >