summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorKato Kazuyoshi <kato.kazuyoshi@gmail.com>2012-05-03 00:16:42 +0900
committerKato Kazuyoshi <kato.kazuyoshi@gmail.com>2012-05-03 00:16:42 +0900
commitb446a06be481fb0217631993e492d252542ca311 (patch)
treedb0e4d0cdde1534a58046a8b130573d13a75544f /src/compiler
parent90d2bee45b25844f809f8c5300aefcb1bfe9e336 (diff)
downloadscala-b446a06be481fb0217631993e492d252542ca311.tar.gz
scala-b446a06be481fb0217631993e492d252542ca311.tar.bz2
scala-b446a06be481fb0217631993e492d252542ca311.zip
Add a link to "z" in Scaladoc
We have index/index-z.html but there is no link in HTML.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js b/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js
index e9ed7181e4..b767722b8c 100644
--- a/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js
+++ b/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js
@@ -454,7 +454,7 @@ function resizeFilterBlock() {
function printAlphabet() {
var html = '<a target="template" href="index/index-_.html">#</a>';
var c;
- for (c = 'a'; c < 'z'; c = String.fromCharCode(c.charCodeAt(0) + 1)) {
+ for (c = 'a'; c <= 'z'; c = String.fromCharCode(c.charCodeAt(0) + 1)) {
html += [
'<a target="template" href="index/index-',
c,