src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/PackageSummaryWriter.java
changeset 59294 48b88b9c11eb
parent 54596 86c1da00dd6a
equal deleted inserted replaced
59293:5af9fa90cd7b 59294:48b88b9c11eb
   141 
   141 
   142     /**
   142     /**
   143      * Adds the tag information from the "packages.html" or "package-info.java" file to the
   143      * Adds the tag information from the "packages.html" or "package-info.java" file to the
   144      * documentation tree.
   144      * documentation tree.
   145      *
   145      *
   146      * @param contentTree the content tree to which the package content tree will be added
       
   147      * @param packageContentTree the package content tree to be added
   146      * @param packageContentTree the package content tree to be added
   148      */
   147      */
   149     public abstract void addPackageContent(Content contentTree, Content packageContentTree);
   148     public abstract void addPackageContent(Content packageContentTree);
   150 
   149 
   151     /**
   150     /**
   152      * Adds the footer to the documentation tree.
   151      * Adds the footer to the documentation tree.
   153      *
       
   154      * @param contentTree the tree to which the footer will be added
       
   155      */
   152      */
   156     public abstract void addPackageFooter(Content contentTree);
   153     public abstract void addPackageFooter();
   157 
   154 
   158     /**
   155     /**
   159      * Print the package summary document.
   156      * Print the package summary document.
   160      *
   157      *
   161      * @param contentTree the content tree that will be printed
   158      * @param contentTree the content tree that will be printed