langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/MethodWriter.java
changeset 40303 96a1226aca18
parent 35426 374342e56a56
equal deleted inserted replaced
40302:8c0d8d2c3519 40303:96a1226aca18
   112      * @param methodDocTree the content tree representing method documentation
   112      * @param methodDocTree the content tree representing method documentation
   113      * @param isLastContent true if the content to be added is the last content
   113      * @param isLastContent true if the content to be added is the last content
   114      * @return content tree for the method documentation
   114      * @return content tree for the method documentation
   115      */
   115      */
   116     public Content getMethodDoc(Content methodDocTree, boolean isLastContent);
   116     public Content getMethodDoc(Content methodDocTree, boolean isLastContent);
   117 
       
   118     /**
       
   119      * Close the writer.
       
   120      */
       
   121     public void close() throws IOException;
       
   122 }
   117 }