summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/macros/Context.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/macros/Context.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/macros/Context.scala')
-rw-r--r--src/reflect/scala/reflect/macros/Context.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/macros/Context.scala b/src/reflect/scala/reflect/macros/Context.scala
index 1f6e97adbc..aa1c1db227 100644
--- a/src/reflect/scala/reflect/macros/Context.scala
+++ b/src/reflect/scala/reflect/macros/Context.scala
@@ -5,7 +5,10 @@ package macros
// the most lightweight context should just expose the stuff from the SIP
// the full context should include all traits from scala.reflect.macros (and probably reside in scala-compiler.jar)
-/** The Scala macros context.
+/**
+ * <span class="badge badge-red" style="float: right;">EXPERIMENTAL</span>
+ *
+ * The Scala macros context.
*
* See [[scala.reflect.macros.package the overview page]] for a description of how macros work. This documentation
* entry provides information on the API available to macro writers.