langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DocPaths.java
changeset 22449 1fd6d4bec7dd
parent 22163 3651128c74eb
parent 22447 364fe5d83775
equal deleted inserted replaced
22441:05b907a2f359 22449:1fd6d4bec7dd
   120     public static final DocPath PACKAGE_USE = DocPath.create("package-use.html");
   120     public static final DocPath PACKAGE_USE = DocPath.create("package-use.html");
   121 
   121 
   122     /** The name of the file for the overview frame. */
   122     /** The name of the file for the overview frame. */
   123     public static final DocPath PROFILE_OVERVIEW_FRAME = DocPath.create("profile-overview-frame.html");
   123     public static final DocPath PROFILE_OVERVIEW_FRAME = DocPath.create("profile-overview-frame.html");
   124 
   124 
   125     /** The name of the directory in which resources are generated.
   125     /** The name of the sub-package from which resources are read. */
   126      *  Also the name of the sub-package from which resources are read.
       
   127      */
       
   128     public static final DocPath RESOURCES = DocPath.create("resources");
   126     public static final DocPath RESOURCES = DocPath.create("resources");
   129 
   127 
   130     /** The name of the file for the serialized form info. */
   128     /** The name of the file for the serialized form info. */
   131     public static final DocPath SERIALIZED_FORM = DocPath.create("serialized-form.html");
   129     public static final DocPath SERIALIZED_FORM = DocPath.create("serialized-form.html");
   132 
   130