Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Feb 1, 2023
1 parent 1bcc87a commit e8f29c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -316,8 +316,8 @@ editing.
%Docstring
Merge features into a single one.

:param targetFeatureId: id of the target feature
:param mergeFeatureIds: id list of features to merge
:param targetFeatureId: id of the target feature (will be updated)
:param mergeFeatureIds: id list of features to merge (will be deleted)
:param mergeAttributes: are the resulting attributes in the merged feature
:param unionGeometry: is the resulting geometry of the merged feature

Expand Down
4 changes: 2 additions & 2 deletions src/core/vector/qgsvectorlayereditutils.h
Expand Up @@ -270,8 +270,8 @@ class CORE_EXPORT QgsVectorLayerEditUtils

/**
* Merge features into a single one.
* \param targetFeatureId id of the target feature
* \param mergeFeatureIds id list of features to merge
* \param targetFeatureId id of the target feature (will be updated)
* \param mergeFeatureIds id list of features to merge (will be deleted)
* \param mergeAttributes are the resulting attributes in the merged feature
* \param unionGeometry is the resulting geometry of the merged feature
* \param errorMessage will be set to a descriptive error message if any occurs
Expand Down

0 comments on commit e8f29c8

Please sign in to comment.