fixed up the frames links in the kdoc
This commit is contained in:
+3
-3
@@ -77,17 +77,17 @@ function windowTitle()
|
|||||||
|
|
||||||
printPrevNextClass()
|
printPrevNextClass()
|
||||||
println("""<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
println("""<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||||
<A HREF="${pkg.nameAsRelativePath}index.html?${klass.nameAsPath}.html" target="_top"><B>FRAMES</B></A>
|
<A HREF="${relativePrefix()}index.html" target="_top"><B>FRAMES</B></A>
|
||||||
<A HREF="${klass.simpleName}.html" target="_top"><B>NO FRAMES</B></A>
|
<A HREF="${klass.simpleName}.html" target="_top"><B>NO FRAMES</B></A>
|
||||||
<SCRIPT type="text/javascript">
|
<SCRIPT type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
if(window==top) {
|
if(window==top) {
|
||||||
document.writeln('<A HREF="${pkg.nameAsRelativePath}allclasses-noframe.html"><B>All Classes</B></A>');
|
document.writeln('<A HREF="${relativePrefix()}allclasses-noframe.html"><B>All Classes</B></A>');
|
||||||
}
|
}
|
||||||
//-->
|
//-->
|
||||||
</SCRIPT>
|
</SCRIPT>
|
||||||
<NOSCRIPT>
|
<NOSCRIPT>
|
||||||
<A HREF="${pkg.nameAsRelativePath}allclasses-noframe.html"><B>All Classes</B></A>
|
<A HREF="${relativePrefix()}allclasses-noframe.html"><B>All Classes</B></A>
|
||||||
</NOSCRIPT>
|
</NOSCRIPT>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Vendored
+3
-3
@@ -74,17 +74,17 @@ function windowTitle()
|
|||||||
|
|
||||||
printNextPrevPackages()
|
printNextPrevPackages()
|
||||||
println("""<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
println("""<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||||
<A HREF="${pkg.nameAsRelativePath}index.html?${pkg.nameAsPath}/package-summary.html" target="_top"><B>FRAMES</B></A>
|
<A HREF="${relativePrefix()}index.html" target="_top"><B>FRAMES</B></A>
|
||||||
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
|
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
|
||||||
<SCRIPT type="text/javascript">
|
<SCRIPT type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
if(window==top) {
|
if(window==top) {
|
||||||
document.writeln('<A HREF="${pkg.nameAsRelativePath}allclasses-noframe.html"><B>All Classes</B></A>');
|
document.writeln('<A HREF="${relativePrefix()}allclasses-noframe.html"><B>All Classes</B></A>');
|
||||||
}
|
}
|
||||||
//-->
|
//-->
|
||||||
</SCRIPT>
|
</SCRIPT>
|
||||||
<NOSCRIPT>
|
<NOSCRIPT>
|
||||||
<A HREF="${pkg.nameAsRelativePath}allclasses-noframe.html"><B>All Classes</B></A>
|
<A HREF="${relativePrefix()}allclasses-noframe.html"><B>All Classes</B></A>
|
||||||
</NOSCRIPT>
|
</NOSCRIPT>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user