mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix misleading dox
This commit is contained in:
parent
ecd306e079
commit
ffa49df9fb
@ -297,7 +297,6 @@ layers and other factors within the context.
|
|||||||
%Docstring
|
%Docstring
|
||||||
Returns a string version of the parameter input ``value``, which is suitable for use as an input
|
Returns a string version of the parameter input ``value``, which is suitable for use as an input
|
||||||
parameter value when running an algorithm directly from a Python command.
|
parameter value when running an algorithm directly from a Python command.
|
||||||
The returned value must be correctly escaped - e.g. string values must be wrapped in ' 's.
|
|
||||||
%End
|
%End
|
||||||
|
|
||||||
virtual QString asScriptCode() const;
|
virtual QString asScriptCode() const;
|
||||||
|
@ -364,7 +364,6 @@ class CORE_EXPORT QgsProcessingParameterDefinition
|
|||||||
/**
|
/**
|
||||||
* Returns a string version of the parameter input \a value, which is suitable for use as an input
|
* Returns a string version of the parameter input \a value, which is suitable for use as an input
|
||||||
* parameter value when running an algorithm directly from a Python command.
|
* parameter value when running an algorithm directly from a Python command.
|
||||||
* The returned value must be correctly escaped - e.g. string values must be wrapped in ' 's.
|
|
||||||
*/
|
*/
|
||||||
virtual QString valueAsPythonString( const QVariant &value, QgsProcessingContext &context ) const;
|
virtual QString valueAsPythonString( const QVariant &value, QgsProcessingContext &context ) const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user