Skip to content

Commit 644d8b6

Browse files
committed
Expand scaladoc for JMH internals
1 parent f466778 commit 644d8b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/options/src/main/scala/scala/build/options/JmhOptions.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import scala.build.internal.Constants
77
* @param enableJmh
88
* toggle for enabling JMH dependency handling in the build (overrides [[runJmh]] when disabled)
99
* @param runJmh
10-
* toggle for whether JMH should actually be runnable from this build
10+
* toggle for whether JMH should actually be runnable from this build (this value gets changed in
11+
* JMH builds to detect which main class is to be called as benchmarks are being run)
1112
*/
1213
final case class JmhOptions(
1314
jmhVersion: Option[String] = None,

0 commit comments

Comments
 (0)