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

changeset 958
734144b6b22f
parent 554
9d9f26857129
child 1359
25e14ad23cef
equal deleted inserted replaced
957:46d720734db3 958:734144b6b22f
1 /* 1 /*
2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
406 includeTypeAsSepLink = true; 406 includeTypeAsSepLink = true;
407 break; 407 break;
408 408
409 case CONTEXT_PACKAGE: 409 case CONTEXT_PACKAGE:
410 case CONTEXT_CLASS_USE: 410 case CONTEXT_CLASS_USE:
411 excludeTypeBoundsLinks = true;
412 excludeTypeParameterLinks = true;
413 break;
414
415 case CONTEXT_CLASS_HEADER: 411 case CONTEXT_CLASS_HEADER:
416 case CONTEXT_CLASS_SIGNATURE: 412 case CONTEXT_CLASS_SIGNATURE:
417 excludeTypeParameterLinks = true; 413 excludeTypeParameterLinks = true;
418 includeTypeAsSepLink = true; 414 includeTypeAsSepLink = true;
419 includeTypeInClassLinkLabel = false; 415 includeTypeInClassLinkLabel = false;

mercurial