summaryrefslogtreecommitdiff
path: root/src/compiler/rootdoc.txt
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-02-05 19:32:52 +0100
committerPaul Phillips <paulp@improving.org>2012-02-06 15:29:43 -0800
commit0ccd295a785c35ebafe51771160bd851a9f622fe (patch)
treecc14d7c112f9aa2bc6dfc4b001ec4e8896b2af08 /src/compiler/rootdoc.txt
parent7ee4c018cefcf08f9c8812227c9a861614a30d9f (diff)
downloadscala-0ccd295a785c35ebafe51771160bd851a9f622fe.tar.gz
scala-0ccd295a785c35ebafe51771160bd851a9f622fe.tar.bz2
scala-0ccd295a785c35ebafe51771160bd851a9f622fe.zip
Added a rootdoc page for the compiler API scaladoc
Diffstat (limited to 'src/compiler/rootdoc.txt')
-rw-r--r--src/compiler/rootdoc.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compiler/rootdoc.txt b/src/compiler/rootdoc.txt
new file mode 100644
index 0000000000..173f604098
--- /dev/null
+++ b/src/compiler/rootdoc.txt
@@ -0,0 +1,6 @@
+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