summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-09-26 07:16:08 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-09-27 15:49:00 +0200
commit6b827003204bfaa1d769c0de6b4bd5b6fb6c7ab8 (patch)
tree5c7502c46035826ee68936e13e7b5292c789c79e /src
parent3176ab7c80f47093b6840efb2202570d5a8e0492 (diff)
downloadscala-6b827003204bfaa1d769c0de6b4bd5b6fb6c7ab8.tar.gz
scala-6b827003204bfaa1d769c0de6b4bd5b6fb6c7ab8.tar.bz2
scala-6b827003204bfaa1d769c0de6b4bd5b6fb6c7ab8.zip
hides BuildUtils from Scaladoc
This is an internal implementation class, only necessary for reification (exposes some really internal stuff required to recreate the trees, the stuff for which the public API is insufficient or too verbose). Therefore we don't need it in Scaladoc.
Diffstat (limited to 'src')
-rw-r--r--src/reflect/scala/reflect/api/BuildUtils.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/api/BuildUtils.scala b/src/reflect/scala/reflect/api/BuildUtils.scala
index 2bb0cc3c76..b0de7f8d5a 100644
--- a/src/reflect/scala/reflect/api/BuildUtils.scala
+++ b/src/reflect/scala/reflect/api/BuildUtils.scala
@@ -4,7 +4,7 @@ package api
/**
* This is an internal implementation class.
*/
-trait BuildUtils { self: Universe =>
+private[reflect] trait BuildUtils { self: Universe =>
val build: BuildApi