Skip to content

Commit

Permalink
Tweak documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 1, 2024
1 parent a9701ee commit 9b2d1db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Returns the optional expression context used by the vector layer tools.
%Docstring
Sets an additional expression context scope to be made available when calculating expressions.

:param scope: additional scope
:param scope: additional scope. Ownership is not transferred and a copy will be made.

.. seealso:: :py:func:`additionalExpressionContextScope`
%End
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Returns the optional expression context used by the vector layer tools.
%Docstring
Sets an additional expression context scope to be made available when calculating expressions.

:param scope: additional scope
:param scope: additional scope. Ownership is not transferred and a copy will be made.

.. seealso:: :py:func:`additionalExpressionContextScope`
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/vector/qgsvectorlayertoolscontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class CORE_EXPORT QgsVectorLayerToolsContext

/**
* Sets an additional expression context scope to be made available when calculating expressions.
* \param scope additional scope
* \param scope additional scope. Ownership is not transferred and a copy will be made.
* \see additionalExpressionContextScope()
*/
void setAdditionalExpressionContextScope( QgsExpressionContextScope *scope );
Expand Down

0 comments on commit 9b2d1db

Please sign in to comment.