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

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
33 33
34 /** 34 /**
35 * Generate only one index file for all the Member Names with Indexing in 35 * Generate only one index file for all the Member Names with Indexing in
36 * Unicode Order. The name of the generated file is "index-all.html" and it is 36 * Unicode Order. The name of the generated file is "index-all.html" and it is
37 * generated in current or the destination directory. 37 * generated in current or the destination directory.
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