summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api/Constants.scala
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2012-11-02 02:32:07 +0100
committerHeather Miller <heather.miller@epfl.ch>2012-11-02 15:00:21 +0100
commit06c71e7743259b0bc4670590dcdf3273d04d0953 (patch)
tree4a09c32666c5e18270439788c4867ead19bca720 /src/reflect/scala/reflect/api/Constants.scala
parentebf5c2296bcb317748913ac37a03615c98f75a7e (diff)
downloadscala-06c71e7743259b0bc4670590dcdf3273d04d0953.tar.gz
scala-06c71e7743259b0bc4670590dcdf3273d04d0953.tar.bz2
scala-06c71e7743259b0bc4670590dcdf3273d04d0953.zip
SI-6132 Revisited, cleaned-up, links fixed, spelling errors fixed, rewordings
Diffstat (limited to 'src/reflect/scala/reflect/api/Constants.scala')
-rw-r--r--src/reflect/scala/reflect/api/Constants.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/api/Constants.scala b/src/reflect/scala/reflect/api/Constants.scala
index 89153706ed..4a8a2868cc 100644
--- a/src/reflect/scala/reflect/api/Constants.scala
+++ b/src/reflect/scala/reflect/api/Constants.scala
@@ -84,6 +84,7 @@ package api
* }}}
*
* @contentDiagram hideNodes "*Api"
+ * @group ReflectionAPI
*/
trait Constants {
self: Universe =>
@@ -188,7 +189,7 @@ trait Constants {
*/
implicit val ConstantTag: ClassTag[Constant]
- /** The constructor/deconstructor for `Constant` instances.
+ /** The constructor/extractor for `Constant` instances.
* @group Extractors
*/
val Constant: ConstantExtractor