summaryrefslogtreecommitdiff
path: root/build.xml
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 /build.xml
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 'build.xml')
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index d5a35bd7e7..79b36fd4a6 100644
--- a/build.xml
+++ b/build.xml
@@ -1535,7 +1535,7 @@ DOCUMENTATION
docUncompilable="${src.dir}/library-aux"
sourcepath="${src.dir}"
classpathref="pack.classpath"
- docRootContent="${build-docs.dir}/library/lib/rootdoc.txt">
+ docRootContent="${src.dir}/library/rootdoc.txt">
<src>
<files includes="${src.dir}/actors"/>
<files includes="${src.dir}/library/scala"/>
@@ -1618,7 +1618,8 @@ DOCUMENTATION
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath"
- srcdir="${src.dir}/compiler">
+ srcdir="${src.dir}/compiler"
+ docRootContent="${src.dir}/compiler/rootdoc.txt">
<include name="**/*.scala"/>
</scaladoc>
<touch file="${build-docs.dir}/compiler.complete" verbose="no"/>