Skip to content

Commit 1690d6a

Browse files
committed
Fix javadoc comments
1 parent 7c69ec1 commit 1690d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/qgsvectorlayer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
12481248
* Will be emitted, when a new attribute has been added to this vector layer.
12491249
* Applies only to types {@link QgsFields::OriginEdit} and {@link QgsFields::OriginProvider}
12501250
*
1251-
* @param The index of the new attribute
1251+
* @param idx The index of the new attribute
12521252
*
12531253
* @see updatedFields()
12541254
*/
@@ -1257,7 +1257,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
12571257
* Will be emitted, when an attribute has been deleted from this vector layer.
12581258
* Applies only to types {@link QgsFields::OriginEdit} and {@link QgsFields::OriginProvider}
12591259
*
1260-
* @param The index of the deleted attribute
1260+
* @param idx The index of the deleted attribute
12611261
*
12621262
* @see updatedFields()
12631263
*/

0 commit comments

Comments
 (0)