Skip to content

Commit 69fb656

Browse files
Update docs/plugins/developing-plugins.md
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io> Signed-off-by: Jonathan Manning <pininforthefjords@gmail.com>
1 parent 882302f commit 69fb656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/plugins/developing-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ nextflowPlugin {
249249
}
250250
```
251251

252-
Configuration options can be grouped by adding a nested `ConfigScope` as a field on the parent scope. Nextflow discovers nested scopes by walking fields whose declared type implements `ConfigScope`, so the field itself does not need a `@ConfigOption` annotation. Only the top-level scope needs `@ScopeName`, a no-arg constructor, and an entry in `extensionPoints`.
252+
Configuration options can be grouped by adding a nested `ConfigScope` as a field on the parent scope. Nextflow discovers nested scopes by walking fields whose declared type implements `ConfigScope`. The field itself does not need a `@ConfigOption` annotation. Only the top-level scope needs `@ScopeName`, a no-arg constructor, and an entry in `extensionPoints`.
253253

254254
```groovy
255255
import java.nio.file.Path

0 commit comments

Comments
 (0)