< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/ConstructorWriter.java

Print this page

        

*** 40,65 **** public interface ConstructorWriter { /** * Get the constructor details tree header. * - * @param typeElement the class being documented * @param memberDetailsTree the content tree representing member details * @return content tree for the constructor details header */ ! Content getConstructorDetailsTreeHeader(TypeElement typeElement, ! Content memberDetailsTree); /** * Get the constructor documentation tree header. * * @param constructor the constructor being documented - * @param constructorDetailsTree the content tree representing constructor details * @return content tree for the constructor documentation header */ ! Content getConstructorDocTreeHeader(ExecutableElement constructor, ! Content constructorDetailsTree); /** * Get the signature for the given constructor. * * @param constructor the constructor being documented --- 40,61 ---- public interface ConstructorWriter { /** * Get the constructor details tree header. * * @param memberDetailsTree the content tree representing member details * @return content tree for the constructor details header */ ! Content getConstructorDetailsTreeHeader(Content memberDetailsTree); /** * Get the constructor documentation tree header. * * @param constructor the constructor being documented * @return content tree for the constructor documentation header */ ! Content getConstructorDocTreeHeader(ExecutableElement constructor); /** * Get the signature for the given constructor. * * @param constructor the constructor being documented
< prev index next >