src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/ClassWriter.java
changeset 59294 48b88b9c11eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
59293:5af9fa90cd7b 59294:48b88b9c11eb
   175     public Content getMemberTreeHeader();
   175     public Content getMemberTreeHeader();
   176 
   176 
   177     /**
   177     /**
   178      * Add the class content tree.
   178      * Add the class content tree.
   179      *
   179      *
   180      * @param contentTree content tree to which the class content will be added
       
   181      * @param classContentTree class content tree which will be added to the content tree
   180      * @param classContentTree class content tree which will be added to the content tree
   182      */
   181      */
   183     public void addClassContentTree(Content contentTree, Content classContentTree);
   182     public void addClassContentTree(Content classContentTree);
   184 
   183 
   185     /**
   184     /**
   186      * Add the footer of the page.
   185      * Add the footer of the page.
   187      *
   186      */
   188      * @param contentTree content tree to which the footer will be added
   187     public void addFooter();
   189      */
       
   190     public void addFooter(Content contentTree);
       
   191 
   188 
   192     /**
   189     /**
   193      * Print the document.
   190      * Print the document.
   194      *
   191      *
   195      * @param contentTree content tree that will be printed as a document
   192      * @param contentTree content tree that will be printed as a document