summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-09-25 17:48:50 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-09-27 15:48:58 +0200
commit3f30db36d115a1f7b86153fa5009d8c8c4309f36 (patch)
tree103df88f0dd12d73672707e669b625c9772738d6 /build.xml
parent4039eb06828986f67a309097df03a414c35aed4e (diff)
downloadscala-3f30db36d115a1f7b86153fa5009d8c8c4309f36.tar.gz
scala-3f30db36d115a1f7b86153fa5009d8c8c4309f36.tar.bz2
scala-3f30db36d115a1f7b86153fa5009d8c8c4309f36.zip
no longer docs scala.reflect.io
The only place we use something from scala.reflect.io in the public API is Symbol.associatedFile, so I've excluded scala.reflect.io from scaladoc and added a "warning: experimental" comment to associatedFile instead. I'd argue that this greatly simplifies the surface of reflection API (typing scala.reflect in the search bar now yields 3 packages instead of 4).
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 79ee150309..4e06c992ae 100644
--- a/build.xml
+++ b/build.xml
@@ -2336,7 +2336,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"
+ skipPackages="scala.reflect.macros.internal:scala.reflect.internal:scala.reflect.runtime:scala.reflect.io"
sourcepath="${src.dir}"
classpathref="pack.classpath"
addparams="${scalac.args.all}"