From f04a18efdf4ca88fe1ac77acab30e21290957919 Mon Sep 17 00:00:00 2001 From: Edward Wang Date: Thu, 21 Sep 2017 16:36:31 -0700 Subject: Some ScalaDoc warning fixes --- src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/scala/tutorial/lesson2-working-ir') diff --git a/src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala b/src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala index 6236703f..87b87004 100644 --- a/src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala +++ b/src/main/scala/tutorial/lesson2-working-ir/AnalyzeCircuit.scala @@ -14,7 +14,7 @@ import firrtl.Mappers._ // Scala's mutable collections import scala.collection.mutable -/** Ledger tracks [[Circuit]] statistics +/** Ledger tracks [[firrtl.ir.Circuit]] statistics * * In this lesson, we want to calculate the number of muxes, not just in * a module, but also in any instances it has of other modules, etc. @@ -63,7 +63,7 @@ class Ledger { /** AnalyzeCircuit Transform * - * Walks [[ir.Circuit]], and records the number of muxes and instances it + * Walks [[firrtl.ir.Circuit]], and records the number of muxes and instances it * finds, per module. * * While the Firrtl parser emits a bare form of the IR (located in firrtl.ir._), -- cgit v1.2.3