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

changeset 1606
ccbe7ffdd867
parent 1521
71f35e4b93a5
child 1735
8ea30d59ac41
equal deleted inserted replaced
1605:94e67bed460d 1606:ccbe7ffdd867
196 /** 196 /**
197 * Indicate that the link appears in class use documentation. 197 * Indicate that the link appears in class use documentation.
198 */ 198 */
199 public static final int CONTEXT_CLASS_USE_HEADER = 33; 199 public static final int CONTEXT_CLASS_USE_HEADER = 33;
200 200
201 /**
202 * The header for property documentation copied from parent.
203 */
204 public static final int CONTEXT_PROPERTY_DOC_COPY = 34;
205
201 public final ConfigurationImpl configuration; 206 public final ConfigurationImpl configuration;
202 207
203 /** 208 /**
204 * The integer indicating the location of the link. 209 * The integer indicating the location of the link.
205 */ 210 */
420 case PACKAGE_FRAME: 425 case PACKAGE_FRAME:
421 case CONTEXT_IMPLEMENTED_CLASSES: 426 case CONTEXT_IMPLEMENTED_CLASSES:
422 case CONTEXT_SUBCLASSES: 427 case CONTEXT_SUBCLASSES:
423 case CONTEXT_METHOD_DOC_COPY: 428 case CONTEXT_METHOD_DOC_COPY:
424 case CONTEXT_FIELD_DOC_COPY: 429 case CONTEXT_FIELD_DOC_COPY:
430 case CONTEXT_PROPERTY_DOC_COPY:
425 case CONTEXT_CLASS_USE_HEADER: 431 case CONTEXT_CLASS_USE_HEADER:
426 includeTypeInClassLinkLabel = false; 432 includeTypeInClassLinkLabel = false;
427 break; 433 break;
428 434
429 case CONTEXT_ANNOTATION: 435 case CONTEXT_ANNOTATION:

mercurial