Skip to content

Commit d0467cd

Browse files
committed
Update to current script parameter syntax
1 parent e0e6014 commit d0467cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/resources/script_templates/Examples/Invert_image.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @ImagePlus i
1+
#@ ImagePlus i
22
# A basic script that inverts the current image.
33
# NB: this requires that an image is already open.
44
# The ImagePlus is populated automatically via the

src/main/resources/script_templates/Intro/Greeting.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# @String name
2-
# @OUTPUT String greeting
1+
#@ String name
2+
#@output String greeting
33

44
# A JRuby script with parameters.
55
# It is the duty of the scripting framework to harvest

0 commit comments

Comments
 (0)