src/share/classes/com/sun/tools/doclets/internal/toolkit/ClassWriter.java

changeset 1364
8db45b13526e
parent 1359
25e14ad23cef
child 1468
690c41cdab55
equal deleted inserted replaced
1363:0d1818e9d4ae 1364:8db45b13526e
178 /** 178 /**
179 * Print the document. 179 * Print the document.
180 * 180 *
181 * @param contentTree content tree that will be printed as a document 181 * @param contentTree content tree that will be printed as a document
182 */ 182 */
183 public void printDocument(Content contentTree); 183 public void printDocument(Content contentTree) throws IOException;
184 184
185 /** 185 /**
186 * Close the writer. 186 * Close the writer.
187 */ 187 */
188 public void close() throws IOException; 188 public void close() throws IOException;

mercurial