From bc452c0ef2889e1071e1685688771900903b8527 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Mon, 17 Nov 2008 13:32:19 +0000 Subject: scaladoc now correclty links to swing sources --- src/compiler/scala/tools/nsc/doc/script.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler') diff --git a/src/compiler/scala/tools/nsc/doc/script.js b/src/compiler/scala/tools/nsc/doc/script.js index 5fdd63e4f4..ad78766da0 100644 --- a/src/compiler/scala/tools/nsc/doc/script.js +++ b/src/compiler/scala/tools/nsc/doc/script.js @@ -45,6 +45,7 @@ var lib_src_root = scala_src_root + 'src/library/'; var comp_src_root = scala_src_root + 'src/compiler/'; var actors_src_root = scala_src_root + 'src/actors/'; var dbc_src_root = scala_src_root + 'src/dbc/'; +var swing_src_root = scala_src_root + 'src/swing/'; //var liftweb_src_root = 'http://liftweb.googlecode.com/svn/trunk/liftweb/lift/src/main/scala/'; @@ -52,6 +53,7 @@ function get_src_root(key) { root = null; if (key.indexOf("scala/actors/") == 0) { root = actors_src_root; } else if (key.indexOf("scala/dbc/" ) == 0) { root = dbc_src_root; } + else if (key.indexOf("scala/swing/" ) == 0) { root = swing_src_root; } else if (key.indexOf("scala/tools/" ) == 0) { root = comp_src_root; } else if (key.indexOf("scala/" ) == 0) { root = lib_src_root; } //else if (key.indexOf("net/liftweb/" ) == 0) { root = liftweb_src_root; } -- cgit v1.2.3