Skip to content

Commit 3dca938

Browse files
Add documentation
1 parent 6be81fa commit 3dca938

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/src/dotty/tools/dotc/quoted/Runners.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ object Runners {
3131
}
3232

3333
case class RunSettings(
34+
/** Enable optimisation when compiling the quoted code */
3435
optimise: Boolean = false,
36+
/** Output directory for the copiled quote. If set to None the output will be in memory */
3537
outDir: Option[String] = None
3638
)
3739
}

0 commit comments

Comments
 (0)