src/share/classes/com/sun/tools/doclets/formats/html/SplitIndexWriter.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
33 33
34 /** 34 /**
35 * Generate Separate Index Files for all the member names with Indexing in 35 * Generate Separate Index Files for all the member names with Indexing in
36 * Unicode Order. This will create "index-files" directory in the current or 36 * Unicode Order. This will create "index-files" directory in the current or
37 * destination directory and will generate separate file for each unicode index. 37 * destination directory and will generate separate file for each unicode index.
38 *
39 * <p><b>This is NOT part of any supported API.
40 * If you write code that depends on this, you do so at your own risk.
41 * This code and its internal interfaces are subject to change or
42 * deletion without notice.</b>
38 * 43 *
39 * @see java.lang.Character 44 * @see java.lang.Character
40 * @author Atul M Dambalkar 45 * @author Atul M Dambalkar
41 * @author Bhavesh Patel (Modified) 46 * @author Bhavesh Patel (Modified)
42 */ 47 */

mercurial