From 1ba38df50bd04d098812774605b869a6c9b9cba8 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Wed, 18 Dec 2019 14:59:29 -0500 Subject: Fix incorrect ScalaDoc link (#1282) Signed-off-by: Schuyler Eldridge --- src/main/scala/firrtl/options/StageAnnotations.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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' */ -- cgit v1.2.3