aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Compiler.scala
diff options
context:
space:
mode:
authorEdward Wang2017-09-21 16:36:31 -0700
committeredwardcwang2017-09-21 17:13:30 -0700
commitf04a18efdf4ca88fe1ac77acab30e21290957919 (patch)
treedc37252197ea418b8e1427c99000e7a8b6ef5fb1 /src/main/scala/firrtl/Compiler.scala
parent8dbc6e63b6235af69094eb75050e8a751e22694a (diff)
Some ScalaDoc warning fixes
Diffstat (limited to 'src/main/scala/firrtl/Compiler.scala')
-rw-r--r--src/main/scala/firrtl/Compiler.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/firrtl/Compiler.scala b/src/main/scala/firrtl/Compiler.scala
index 5ef291da..b49af505 100644
--- a/src/main/scala/firrtl/Compiler.scala
+++ b/src/main/scala/firrtl/Compiler.scala
@@ -169,9 +169,9 @@ final case object UnknownForm extends CircuitForm(-1) {
abstract class Transform extends LazyLogging {
/** A convenience function useful for debugging and error messages */
def name: String = this.getClass.getSimpleName
- /** The [[CircuitForm]] that this transform requires to operate on */
+ /** The [[firrtl.CircuitForm]] that this transform requires to operate on */
def inputForm: CircuitForm
- /** The [[CircuitForm]] that this transform outputs */
+ /** The [[firrtl.CircuitForm]] that this transform outputs */
def outputForm: CircuitForm
/** Perform the transform, encode renaming with RenameMap, and can
* delete annotations