src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java

changeset 1521
71f35e4b93a5
parent 1359
25e14ad23cef
child 1735
8ea30d59ac41
equal deleted inserted replaced
1520:5c956be64b9e 1521:71f35e4b93a5
1 /* 1 /*
2 * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2013, 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
65 65
66 /** 66 /**
67 * Set this to true to indicate that you are linking to a type parameter. 67 * Set this to true to indicate that you are linking to a type parameter.
68 */ 68 */
69 public boolean isTypeBound = false; 69 public boolean isTypeBound = false;
70
71 /**
72 * Whether the document element is in a Java 5 declaration
73 * location or not.
74 */
75 public boolean isJava5DeclarationLocation = true;
70 76
71 /** 77 /**
72 * The label for the link. 78 * The label for the link.
73 */ 79 */
74 public String label; 80 public String label;

mercurial