summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-10-11 04:36:42 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-10-11 20:08:36 +0200
commit9945c1f877703855c5e30c09f0341cec0bc3d1e9 (patch)
treec5dc1187eae50a668e0f00107af71b96eb768196
parente49ece4fb1c9e7b83624bc96c1d54078ef62c2bc (diff)
downloadscala-9945c1f877703855c5e30c09f0341cec0bc3d1e9.tar.gz
scala-9945c1f877703855c5e30c09f0341cec0bc3d1e9.tar.bz2
scala-9945c1f877703855c5e30c09f0341cec0bc3d1e9.zip
Forgotten annotation in Annotations
-rw-r--r--src/reflect/scala/reflect/api/Annotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/api/Annotations.scala b/src/reflect/scala/reflect/api/Annotations.scala
index adba0eb8ad..1e658228f3 100644
--- a/src/reflect/scala/reflect/api/Annotations.scala
+++ b/src/reflect/scala/reflect/api/Annotations.scala
@@ -24,7 +24,7 @@ import scala.collection.immutable.ListMap
* - arrays and
* - nested annotations.
*
- * @contentDiagram
+ * @contentDiagram hideNodes "*Api"
*/
trait Annotations { self: Universe =>