summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api/Trees.scala
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2012-11-01 23:47:05 +0100
committerHeather Miller <heather.miller@epfl.ch>2012-11-02 15:00:20 +0100
commitebf5c2296bcb317748913ac37a03615c98f75a7e (patch)
tree696b72f05da17aa129fe9aec3f0ce18ad6212468 /src/reflect/scala/reflect/api/Trees.scala
parent158fea688427c1d3b6d8070ca503511a384f0ee4 (diff)
downloadscala-ebf5c2296bcb317748913ac37a03615c98f75a7e.tar.gz
scala-ebf5c2296bcb317748913ac37a03615c98f75a7e.tar.bz2
scala-ebf5c2296bcb317748913ac37a03615c98f75a7e.zip
Labeling scala.reflect and scala.reflect.macros experimental in the API docs
- Added the labels across scala.reflect and scala.reflect.macros - Added the styling in template.css that is used by all labels
Diffstat (limited to 'src/reflect/scala/reflect/api/Trees.scala')
-rw-r--r--src/reflect/scala/reflect/api/Trees.scala7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/reflect/scala/reflect/api/Trees.scala b/src/reflect/scala/reflect/api/Trees.scala
index bcb1d0031f..87a0348c15 100644
--- a/src/reflect/scala/reflect/api/Trees.scala
+++ b/src/reflect/scala/reflect/api/Trees.scala
@@ -5,9 +5,12 @@
package scala.reflect
package api
-/** This trait defines the node types used in Scala abstract syntax trees (AST) and operations on them.
+/**
+ * <span class="badge badge-red" style="float: right;">EXPERIMENTAL</span>
*
-* All tree node types are sub types of [[scala.reflect.api.Trees#Tree Tree]].
+ * This trait defines the node types used in Scala abstract syntax trees (AST) and operations on them.
+ *
+ * All tree node types are sub types of [[scala.reflect.api.Trees#Tree Tree]].
*
* Trees are immutable, except for three fields
* [[Trees#TreeApi.pos pos]], [[Trees#TreeApi.symbol symbol]], and [[Trees#TreeApi.tpe tpe]], which are assigned when a tree is typechecked