diff options
| author | ducky | 2016-09-22 15:21:48 -0700 |
|---|---|---|
| committer | ducky | 2016-09-22 15:21:48 -0700 |
| commit | decb2ee0f0bb8223f0b2b067b88ed90b71473a28 (patch) | |
| tree | 459cd428fd78b2f5d15aa1e841c15f1ba17af154 /src/main/scala/chisel3/util/Conditional.scala | |
| parent | 6eb00023fcc3ad77b98e51971f6e193ea506b9cc (diff) | |
Update rest of docs
Diffstat (limited to 'src/main/scala/chisel3/util/Conditional.scala')
| -rw-r--r-- | src/main/scala/chisel3/util/Conditional.scala | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/scala/chisel3/util/Conditional.scala b/src/main/scala/chisel3/util/Conditional.scala index 461ff765..5830e014 100644 --- a/src/main/scala/chisel3/util/Conditional.scala +++ b/src/main/scala/chisel3/util/Conditional.scala @@ -65,9 +65,8 @@ object is { // scalastyle:ignore object.name } /** Conditional logic to form a switch block. See [[is$ is]] for the case API. - * - * @example - * {{{ + * + * @example {{{ * switch (myState) { * is (state1) { * // some logic here that runs when myState === state1 |
