summaryrefslogtreecommitdiff
path: root/coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala
diff options
context:
space:
mode:
Diffstat (limited to 'coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala')
-rw-r--r--coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala b/coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala
index 4b6b0a8c..c44da915 100644
--- a/coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala
+++ b/coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala
@@ -23,7 +23,7 @@ package chisel3
* <br>
* <br>
*
- * These `do_X` methods are used to enable both implicit passing of SourceInfo and [[chisel3.core.CompileOptions]]
+ * These `do_X` methods are used to enable both implicit passing of SourceInfo and [[chisel3.CompileOptions]]
* while also supporting chained apply methods. In effect all "normal" methods that you, as a user, will use in your
* designs, are converted to their "hidden", `do_*`, via macro transformations. Without using macros here, only one
* of the above wanted behaviors is allowed (implicit passing and chained applies)---the compiler interprets a