Skip to content

Commit c7067d0

Browse files
authored
Improve documentation
1 parent 9ce8d0e commit c7067d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compilerplugins-ResetEverywhere/src/main/scala/com/thoughtworks/dsl/compilerplugins/ResetEverywhere.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ import scala.tools.nsc.{Global, Mode, Phase}
1717
* addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "latest.release")
1818
* </pre>`
1919
*
20-
* @note All `@[[Dsl.reset reset]]` annotations are not neseccary if this [[ResetEverywhere]] plug-in is enabled.
20+
* @note Once this [[ResetEverywhere]] plug-in is enabled,
21+
* the `@[[Dsl.reset reset]]` annotations on every methods and functions automatically,
22+
* and some other macros or compiler plug-ins may conflict with those `@[[Dsl.reset reset]]` annotations.
23+
*
2124
* @author 杨博 (Yang Bo)
2225
*/
2326
final class ResetEverywhere(override val global: Global) extends Plugin {

0 commit comments

Comments
 (0)