Skip to content

Commit

Permalink
Fix misleading dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 1, 2019
1 parent ecd306e commit ffa49df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/core/processing/qgsprocessingparameters.h
Expand Up @@ -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;

Expand Down

0 comments on commit ffa49df

Please sign in to comment.