This commit is contained in:
Nyall Dawson 2020-09-21 08:11:31 +10:00
parent 6076950c68
commit ed6e9ac84c
2 changed files with 14 additions and 0 deletions

View File

@ -379,6 +379,9 @@ used to identify this parameter.
%Docstring
Returns the help for the parameter.
This is a descriptive (possibly lengthy), translated string explaining
the parameter's behavior and use in depth.
.. seealso:: :py:func:`setHelp`
.. versionadded:: 3.16
@ -388,6 +391,9 @@ Returns the help for the parameter.
%Docstring
Sets the ``help`` for the parameter.
The ``help`` string should be a descriptive, translated string explaining
the parameter's behavior and use in depth.
.. seealso:: :py:func:`help`
.. versionadded:: 3.16

View File

@ -482,6 +482,10 @@ class CORE_EXPORT QgsProcessingParameterDefinition
/**
* Returns the help for the parameter.
*
* This is a descriptive (possibly lengthy), translated string explaining
* the parameter's behavior and use in depth.
*
* \see setHelp()
* \since QGIS 3.16
*/
@ -489,6 +493,10 @@ class CORE_EXPORT QgsProcessingParameterDefinition
/**
* Sets the \a help for the parameter.
*
* The \a help string should be a descriptive, translated string explaining
* the parameter's behavior and use in depth.
*
* \see help()
* \since QGIS 3.16
*/