Fix misleading dox

This commit is contained in:
Nyall Dawson 2019-02-01 10:10:18 +10:00
parent ecd306e079
commit ffa49df9fb
2 changed files with 0 additions and 2 deletions

View File

@ -297,7 +297,6 @@ layers and other factors within the context.
%Docstring
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.
The returned value must be correctly escaped - e.g. string values must be wrapped in ' 's.
%End
virtual QString asScriptCode() const;

View File

@ -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
* 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;