test/com/sun/javadoc/testNewLanguageFeatures/TestNewLanguageFeatures.java

changeset 1744
76a691e3e961
parent 1743
6a5288a298fd
child 1935
8c55df2442c1
equal deleted inserted replaced
1743:6a5288a298fd 1744:76a691e3e961
82 {BUG_ID + FS + "pkg" + FS + "TypeParameters.html", 82 {BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
83 "<dt><span class=\"strong\">Type Parameters:</span></dt>" + NL + "<dd><code>E</code> - " + 83 "<dt><span class=\"strong\">Type Parameters:</span></dt>" + NL + "<dd><code>E</code> - " +
84 "the type parameter for this class."}, 84 "the type parameter for this class."},
85 //Type parameters in @see/@link 85 //Type parameters in @see/@link
86 {BUG_ID + FS + "pkg" + FS + "TypeParameters.html", 86 {BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
87 "<dl><dt><span class=\"strong\">See Also:</span></dt>" + NL + "<dd>" + 87 "<dl>" + NL + "<dt><span class=\"strong\">See Also:</span></dt>" + NL + "<dd>" +
88 "<a href=\"../pkg/TypeParameters.html\" title=\"class in pkg\">" + 88 "<a href=\"../pkg/TypeParameters.html\" title=\"class in pkg\">" +
89 "<code>TypeParameters</code></a></dd></dl>"}, 89 "<code>TypeParameters</code></a></dd>" + NL + "</dl>"},
90 //Method that uses class type parameter. 90 //Method that uses class type parameter.
91 {BUG_ID + FS + "pkg" + FS + "TypeParameters.html", 91 {BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
92 "(<a href=\"../pkg/TypeParameters.html\" title=\"type " + 92 "(<a href=\"../pkg/TypeParameters.html\" title=\"type " +
93 "parameter in TypeParameters\">E</a>&nbsp;param)"}, 93 "parameter in TypeParameters\">E</a>&nbsp;param)"},
94 //Method type parameter section. 94 //Method type parameter section.

mercurial