Fix issues in kdoc

This commit is contained in:
Paul Schaub 2025-04-04 12:16:00 +02:00
parent edb405d79e
commit 859bb5bdde
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 6 additions and 5 deletions

View file

@ -60,7 +60,7 @@ class SopCLI {
@JvmField var EXECUTABLE_NAME = "sop"
@JvmField
@Option(names = ["--stacktrace"], scope = CommandLine.ScopeType.INHERIT)
@Option(names = ["--stacktrace"], scope = ScopeType.INHERIT)
var stacktrace = false
@JvmStatic