@@ -46,7 +46,7 @@ class CORE_EXPORT QgsVectorLayerUtils
46
46
QgsDuplicateFeatureContext () {}
47
47
48
48
/* *
49
- * Returns all the layers in the member QMap mDuplicatedFeatures
49
+ * Returns all the layers on which features have been duplicated
50
50
* \since QGIS 3.0
51
51
*/
52
52
QList<QgsVectorLayer *> layers () const ;
@@ -63,7 +63,7 @@ class CORE_EXPORT QgsVectorLayerUtils
63
63
friend class QgsVectorLayerUtils ;
64
64
65
65
/* *
66
- * To set an entry to the member QMap mDuplicatedFeatures
66
+ * To set info about duplicated features to the function feedback (layout and ids)
67
67
* \since QGIS 3.0
68
68
*/
69
69
void setDuplicatedFeatures ( QgsVectorLayer *layer, QgsFeatureIds ids );
@@ -109,11 +109,8 @@ class CORE_EXPORT QgsVectorLayerUtils
109
109
* Duplicates a feature and it's children (one level deep). It calls CreateFeature, so
110
110
* default values and constraints (e.g., unique constraints) will automatically be handled.
111
111
* The duplicated feature will be automatically inserted into the layer.
112
- * \param layer
113
- * \param feature the active feature
114
- * \param project
115
- * \param depth the higher this number the deeper the level - With depth > 0 the children of the feature are not duplicated
116
- * \param duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. children)
112
+ * \a depth the higher this number the deeper the level - With depth > 0 the children of the feature are not duplicated
113
+ * \a duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. children)
117
114
* \since QGIS 3.0
118
115
*/
119
116
static QgsFeature duplicateFeature ( QgsVectorLayer *layer, const QgsFeature &feature, QgsProject *project, int depth, QgsDuplicateFeatureContext &duplicateFeatureContext SIP_OUT );
0 commit comments