summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2011-09-17 20:24:26 +0000
committerHeather Miller <heather.miller@epfl.ch>2011-09-17 20:24:26 +0000
commit7343e044153fb5f91028878fe1ddf341f62b37ee (patch)
tree5e2c6a27794c7204ce5cf9ecfdcdd7fc99dd9ee4 /build.xml
parentfef6649b31d58e2cc239518cb031d39e1ac58b70 (diff)
downloadscala-7343e044153fb5f91028878fe1ddf341f62b37ee.tar.gz
scala-7343e044153fb5f91028878fe1ddf341f62b37ee.tar.bz2
scala-7343e044153fb5f91028878fe1ddf341f62b37ee.zip
Adds ability to document root package, as well ...
Adds ability to document root package, as well the first cut of an introduction to the API. Contributed by Iain McGinniss during the September doc spree.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 5425f1ad7a..857e945e50 100644
--- a/build.xml
+++ b/build.xml
@@ -592,6 +592,7 @@ QUICK BUILD (QUICK)
<include name="**/*.swf"/>
<include name="**/*.png"/>
<include name="**/*.gif"/>
+ <include name="**/*.txt"/>
</fileset>
</copy>
<touch file="${build-quick.dir}/compiler.complete" verbose="no"/>
@@ -1414,7 +1415,8 @@ DOCUMENTATION
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/€{FILE_PATH}.scala#L1"
docUncompilable="${src.dir}/library-aux"
sourcepath="${src.dir}"
- classpathref="pack.classpath">
+ classpathref="pack.classpath"
+ docRootContent="${build-docs.dir}/library/lib/rootdoc.txt">
<src>
<files includes="${src.dir}/actors"/>
<files includes="${src.dir}/library/scala"/>