We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966bb17 commit 0abd3fdCopy full SHA for 0abd3fd
python/plugins/processing/script/ScriptTemplate.py
@@ -72,6 +72,14 @@ def groupId(self):
72
"""
73
return 'examplescripts'
74
75
+ def shortHelpString(self):
76
+ """
77
+ Returns a localised short helper string for the algorithm. This string
78
+ should provide a basic description about what the algorithm does and the
79
+ parameters and outputs associated with it..
80
81
+ return self.tr("Example algorithm short description")
82
+
83
def initAlgorithm(self, config=None):
84
85
Here we define the inputs and output of the algorithm, along
0 commit comments