src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java
changeset 50167 cc705c956798
parent 49569 d4d2f634b72f
child 50394 89dc31d7572b
equal deleted inserted replaced
50166:1d683e243d8d 50167:cc705c956798
    54     /** The name of the file for all classes, without using frames, when --no-frames is specified. */
    54     /** The name of the file for all classes, without using frames, when --no-frames is specified. */
    55     public static final DocPath ALLCLASSES = DocPath.create("allclasses.html");
    55     public static final DocPath ALLCLASSES = DocPath.create("allclasses.html");
    56 
    56 
    57     /** The name of the file for all classes, using frames. */
    57     /** The name of the file for all classes, using frames. */
    58     public static final DocPath ALLCLASSES_FRAME = DocPath.create("allclasses-frame.html");
    58     public static final DocPath ALLCLASSES_FRAME = DocPath.create("allclasses-frame.html");
       
    59 
       
    60     /** The name of the file for all classes index. */
       
    61     public static final DocPath ALLCLASSES_INDEX = DocPath.create("allclasses-index.html");
       
    62 
       
    63     /** The name of the file for all packages index. */
       
    64     public static final DocPath ALLPACKAGES_INDEX = DocPath.create("allpackages-index.html");
    59 
    65 
    60     /** The name of the file for all classes, without using frames. */
    66     /** The name of the file for all classes, without using frames. */
    61     public static final DocPath ALLCLASSES_NOFRAME = DocPath.create("allclasses-noframe.html");
    67     public static final DocPath ALLCLASSES_NOFRAME = DocPath.create("allclasses-noframe.html");
    62 
    68 
    63     public static DocPath AllClasses(boolean frames) {
    69     public static DocPath AllClasses(boolean frames) {