summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-07-02 17:46:42 +0200
committerVlad Ureche <vlad.ureche@gmail.com>2012-07-16 23:41:44 +0200
commit242c2fc94766f4dd8b7f1f88ad055f0f62d2e109 (patch)
tree96e9c8d952df0adae8347d7060c130ec61a5ab63 /src
parent8291106ec985fbe3ee4b8863ccf238dc1d42af58 (diff)
downloadscala-242c2fc94766f4dd8b7f1f88ad055f0f62d2e109.tar.gz
scala-242c2fc94766f4dd8b7f1f88ad055f0f62d2e109.tar.bz2
scala-242c2fc94766f4dd8b7f1f88ad055f0f62d2e109.zip
SI-5558 Package object members indexing
This bug was fixed by the model upgrade in c11427c1. Test case confirmation.
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/doc/html/page/Index.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/doc/html/page/Index.scala b/src/compiler/scala/tools/nsc/doc/html/page/Index.scala
index ba48bf3f9b..81fbed884d 100644
--- a/src/compiler/scala/tools/nsc/doc/html/page/Index.scala
+++ b/src/compiler/scala/tools/nsc/doc/html/page/Index.scala
@@ -14,7 +14,7 @@ import scala.collection._
import scala.xml._
import scala.util.parsing.json.{JSONObject, JSONArray}
-class Index(universe: doc.Universe, index: doc.Index) extends HtmlPage {
+class Index(universe: doc.Universe, val index: doc.Index) extends HtmlPage {
def path = List("index.html")