src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/AnnotationTypeWriter.java
changeset 59294 48b88b9c11eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
59293:5af9fa90cd7b 59294:48b88b9c11eb
   110     public Content getMemberTreeHeader();
   110     public Content getMemberTreeHeader();
   111 
   111 
   112     /**
   112     /**
   113      * Add the annotation content tree to the documentation content tree.
   113      * Add the annotation content tree to the documentation content tree.
   114      *
   114      *
   115      * @param contentTree content tree to which the annotation content will be added
       
   116      * @param annotationContentTree annotation content tree which will be added to the content tree
   115      * @param annotationContentTree annotation content tree which will be added to the content tree
   117      */
   116      */
   118     public void addAnnotationContentTree(Content contentTree, Content annotationContentTree);
   117     public void addAnnotationContentTree(Content annotationContentTree);
   119 
   118 
   120     /**
   119     /**
   121      * Get the member tree.
   120      * Get the member tree.
   122      *
   121      *
   123      * @param memberTree the content tree that will be modified and returned
   122      * @param memberTree the content tree that will be modified and returned
   141      */
   140      */
   142     public Content getMemberDetailsTree(Content memberTree);
   141     public Content getMemberDetailsTree(Content memberTree);
   143 
   142 
   144     /**
   143     /**
   145      * Add the footer of the page.
   144      * Add the footer of the page.
   146      *
       
   147      * @param contentTree content tree to which the footer will be added
       
   148      */
   145      */
   149     public void addFooter(Content contentTree);
   146     public void addFooter();
   150 
   147 
   151     /**
   148     /**
   152      * Print the document.
   149      * Print the document.
   153      *
   150      *
   154      * @param contentTree content tree that will be printed as a document
   151      * @param contentTree content tree that will be printed as a document