diff options
| author | Schuyler Eldridge | 2019-02-25 01:02:40 -0500 |
|---|---|---|
| committer | GitHub | 2019-02-25 01:02:40 -0500 |
| commit | a7a0cad04f912303624ec7905303d53d23abbf20 (patch) | |
| tree | bba1fd30561a6b6e4bc99cfa324b1dea94bc6866 /src/main/scala/firrtl/AddDescriptionNodes.scala | |
| parent | 5608aa8f42c1d69b59bee158d14fc6cef9b19a47 (diff) | |
| parent | 6de0075d799e59e5d23463b3848e848b0912fbc4 (diff) | |
Merge pull request #1032 from freechipsproject/fix-scaladoc-warnings
Fix almost all scaladoc warnings, add source links
Diffstat (limited to 'src/main/scala/firrtl/AddDescriptionNodes.scala')
| -rw-r--r-- | src/main/scala/firrtl/AddDescriptionNodes.scala | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/scala/firrtl/AddDescriptionNodes.scala b/src/main/scala/firrtl/AddDescriptionNodes.scala index 1ed3259f..2cd8b9f7 100644 --- a/src/main/scala/firrtl/AddDescriptionNodes.scala +++ b/src/main/scala/firrtl/AddDescriptionNodes.scala @@ -60,10 +60,9 @@ private case class DescribedMod(description: Description, def foreachInfo(f: Info => Unit): Unit = mod.foreachInfo(f) } -/** Wraps modules or statements with their respective described nodes. - * Descriptions come from [[DescriptionAnnotation]]. Describing a - * module or any of its ports will turn it into a [[DescribedMod]]. - * Describing a Statement will turn it into a [[DescribedStmt]] +/** Wraps modules or statements with their respective described nodes. Descriptions come from [[DescriptionAnnotation]]. + * Describing a module or any of its ports will turn it into a `DescribedMod`. Describing a Statement will turn it into + * a (private) `DescribedStmt`. * * @note should only be used by VerilogEmitter, described nodes will * break other transforms. |
