aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchuyler Eldridge2019-12-18 14:59:29 -0500
committermergify[bot]2019-12-18 19:59:29 +0000
commit1ba38df50bd04d098812774605b869a6c9b9cba8 (patch)
tree27196613ef1c6931efb2fc0360e891d8b21b35c8 /src
parentf00c35305652c12f13e60903a9434aa011ba4f4e (diff)
Fix incorrect ScalaDoc link (#1282)
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/main/scala/firrtl/options/StageAnnotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/options/StageAnnotations.scala b/src/main/scala/firrtl/options/StageAnnotations.scala
index e35a6afa..51d1c268 100644
--- a/src/main/scala/firrtl/options/StageAnnotations.scala
+++ b/src/main/scala/firrtl/options/StageAnnotations.scala
@@ -86,7 +86,7 @@ object OutputAnnotationFileAnnotation extends HasShellOptions {
}
/** If this [[firrtl.annotations.Annotation Annotation]] exists in an [[firrtl.AnnotationSeq AnnotationSeq]], then a
- * [[firrtl.options.phase.WriteOutputAnnotations WriteOutputAnnotations]] will include
+ * [[firrtl.options.phases.WriteOutputAnnotations WriteOutputAnnotations]] will include
* [[firrtl.annotations.DeletedAnnotation DeletedAnnotation]]s when it writes to a file.
* - set with '--write-deleted'
*/