summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-11-08 15:12:21 -0800
committerSeth Tisue <seth@tisue.net>2016-11-08 15:12:21 -0800
commit2d011cde751b5695c0d61d110bcd850ebcec833d (patch)
tree8645468069cd0f95bd27e3af67a5b31459275a6a /src
parent754fc76ae21896a14982f948a014a1b71ce35708 (diff)
downloadscala-2d011cde751b5695c0d61d110bcd850ebcec833d.tar.gz
scala-2d011cde751b5695c0d61d110bcd850ebcec833d.tar.bz2
scala-2d011cde751b5695c0d61d110bcd850ebcec833d.zip
improve top-level compiler/reflect doc text
this shows up at http://www.scala-lang.org/api/2.12.0/scala-compiler/ ideally there'd be something better here, but we should at least not link to egregiously outdated stuff
Diffstat (limited to 'src')
-rw-r--r--src/compiler/rootdoc.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/compiler/rootdoc.txt b/src/compiler/rootdoc.txt
index 173f604098..25808dec89 100644
--- a/src/compiler/rootdoc.txt
+++ b/src/compiler/rootdoc.txt
@@ -1,6 +1 @@
-The Scala compiler API.
-
-The following resources are useful for Scala plugin/compiler development:
- - [[http://www.scala-lang.org/node/215 Scala development tutorials]] on [[http://www.scala-lang.org www.scala-lang.org]]
- - [[https://wiki.scala-lang.org/display/SIW/ Scala Internals wiki]]
- - [[http://lampwww.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/ Scala compiler corner]], maintained by Miguel
+The Scala compiler and reflection APIs.