src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/ModuleSummaryWriter.java
changeset 59294 48b88b9c11eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
59293:5af9fa90cd7b 59294:48b88b9c11eb
   109     public abstract void addServicesSummary(Content summaryContentTree);
   109     public abstract void addServicesSummary(Content summaryContentTree);
   110 
   110 
   111     /**
   111     /**
   112      * Adds the module content tree to the documentation tree.
   112      * Adds the module content tree to the documentation tree.
   113      *
   113      *
   114      * @param contentTree the tree to which the module content tree will be added
       
   115      * @param moduleContentTree the content tree that will be added
   114      * @param moduleContentTree the content tree that will be added
   116      */
   115      */
   117     public abstract void addModuleContent(Content contentTree, Content moduleContentTree);
   116     public abstract void addModuleContent(Content moduleContentTree);
   118 
   117 
   119     /**
   118     /**
   120      * Adds the footer to the documentation tree.
   119      * Adds the footer to the documentation tree.
   121      *
       
   122      * @param contentTree the tree to which the footer will be added
       
   123      */
   120      */
   124     public abstract void addModuleFooter(Content contentTree);
   121     public abstract void addModuleFooter();
   125 
   122 
   126     /**
   123     /**
   127      * Print the module summary document.
   124      * Print the module summary document.
   128      *
   125      *
   129      * @param contentTree the content tree that will be printed
   126      * @param contentTree the content tree that will be printed