< prev index next >

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

Print this page

        

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