mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Dox++
This commit is contained in:
parent
6076950c68
commit
ed6e9ac84c
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user