From b657a2d5de6d53d5ce7da28908c89773e35083a8 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Wed, 13 Dec 2017 20:23:13 -0800 Subject: Fix some ScalaDoc warnings --- chiselFrontend/src/main/scala/chisel3/core/ChiselAnnotation.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chiselFrontend/src/main/scala/chisel3/core/ChiselAnnotation.scala') diff --git a/chiselFrontend/src/main/scala/chisel3/core/ChiselAnnotation.scala b/chiselFrontend/src/main/scala/chisel3/core/ChiselAnnotation.scala index 07546406..98253ce5 100644 --- a/chiselFrontend/src/main/scala/chisel3/core/ChiselAnnotation.scala +++ b/chiselFrontend/src/main/scala/chisel3/core/ChiselAnnotation.scala @@ -45,9 +45,9 @@ case class ChiselAnnotation(component: InstanceId, transformClass: Class[_ <: Tr * } * }}} * - * @note Calling this on Data creates an annotation that Chisel emits to a separate annotations - * file. This file must be passed to Firrtl independently of the .fir file. - * [[chisel3.Driver.execute]] will do this automatically. + * @note Calling this on [[Data]] creates an annotation that Chisel emits to a separate annotations + * file. This file must be passed to FIRRTL independently of the `.fir` file. The execute methods + * in [[chisel3.Driver]] will pass the annotations to FIRRTL automatically. */ object dontTouch { // scalastyle:ignore object.name /** Marks a signal to be preserved in Chisel and Firrtl -- cgit v1.2.3