We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e6014 commit d0467cdCopy full SHA for d0467cd
2 files changed
src/main/resources/script_templates/Examples/Invert_image.rb
@@ -1,4 +1,4 @@
1
-# @ImagePlus i
+#@ ImagePlus i
2
# A basic script that inverts the current image.
3
# NB: this requires that an image is already open.
4
# The ImagePlus is populated automatically via the
src/main/resources/script_templates/Intro/Greeting.rb
@@ -1,5 +1,5 @@
-# @String name
-# @OUTPUT String greeting
+#@ String name
+#@output String greeting
# A JRuby script with parameters.
5
# It is the duty of the scripting framework to harvest
0 commit comments