From c327dc328ca819031a086ae102fefe2909831e24 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Wed, 13 Dec 2017 21:13:52 -0800 Subject: Improve some of the ScalaDoc in chisel3.util --- src/main/scala/chisel3/util/Conditional.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/scala/chisel3/util/Conditional.scala') diff --git a/src/main/scala/chisel3/util/Conditional.scala b/src/main/scala/chisel3/util/Conditional.scala index 3ebda69b..860ffde3 100644 --- a/src/main/scala/chisel3/util/Conditional.scala +++ b/src/main/scala/chisel3/util/Conditional.scala @@ -22,6 +22,7 @@ object unless { // scalastyle:ignore object.name /** Implementation details for [[switch]]. See [[switch]] and [[chisel3.util.is is]] for the * user-facing API. + * @note DO NOT USE. This API is subject to change without warning. */ class SwitchContext[T <: Bits](cond: T, whenContext: Option[WhenContext], lits: Set[BigInt]) { def is(v: Iterable[T])(block: => Unit): SwitchContext[T] = { -- cgit v1.2.3