aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Compiler.scala
diff options
context:
space:
mode:
authorJim Lawson2017-01-05 10:09:11 -0800
committerJim Lawson2017-01-05 10:09:11 -0800
commitefc367e883ffd8c0a239f04943e4bda5ce356da4 (patch)
tree280daa55255c51f03600a65802c2274bc55d3176 /src/main/scala/firrtl/Compiler.scala
parent8a1cdf15d131e086ddc9de6bfe8cd90ed7fb3eb7 (diff)
Fix ScalaDoc complaints; add sbt-site, sbt-ghpages boilerplate.
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 09e1df60..808fa435 100644
--- a/src/main/scala/firrtl/Compiler.scala
+++ b/src/main/scala/firrtl/Compiler.scala
@@ -28,8 +28,8 @@ case class AnnotationMap(annotations: Seq[Annotation]) {
* @constructor Creates a CircuitState object
* @param circuit The current state of the Firrtl AST
* @param form The current form of the circuit
- * @param annotations The current collection of [[Annotation]]
- * @param renames A map of [[Named]] things that have been renamed.
+ * @param annotations The current collection of [[firrtl.annotations.Annotation Annotation]]
+ * @param renames A map of [[firrtl.annotations.Named Named]] things that have been renamed.
* Generally only a return value from [[Transform]]s
*/
case class CircuitState(