summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-10-03 23:24:03 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-10-03 23:55:53 +0200
commit9930b559fe657d517abeb3e4e4ffb3a2a6e00ee0 (patch)
tree820e2fcd9957dd03c3e5d047b01f9daa4926562f /build.xml
parentcd847070254a2c6055e543c65ec82ea8429ee757 (diff)
downloadscala-9930b559fe657d517abeb3e4e4ffb3a2a6e00ee0.tar.gz
scala-9930b559fe657d517abeb3e4e4ffb3a2a6e00ee0.tar.bz2
scala-9930b559fe657d517abeb3e4e4ffb3a2a6e00ee0.zip
turns on documentation of scala.reflect.runtime
We definitely need to document scala.reflect.runtime.universe, therefore adding scala.reflect.runtime to skipPackages was a mistake. But then we need to make a bunch of internal classes private to reflect or to scala. Not very pretty, but it works.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 67d715bfe9..9109da5276 100644
--- a/build.xml
+++ b/build.xml
@@ -2337,7 +2337,7 @@ DOCUMENTATION
docfooter="epfl"
docsourceurl="${scaladoc.url}€{FILE_PATH}.scala#L1"
docUncompilable="${src.dir}/library-aux"
- skipPackages="scala.reflect.macros.internal:scala.reflect.internal:scala.reflect.runtime:scala.reflect.io"
+ skipPackages="scala.reflect.macros.internal:scala.reflect.internal:scala.reflect.io"
sourcepath="${src.dir}"
classpathref="pack.classpath"
addparams="${scalac.args.all}"