Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 29, 2017
1 parent e025011 commit 8928959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core/qgsvectorlayer.sip
Expand Up @@ -1186,6 +1186,8 @@ Change feature's geometry
\param field The index of the field to be updated
\param newValue The value which will be assigned to the field
\param oldValue The previous value to restore on undo (will otherwise be retrieved)
\param skipDefaultValues If this is set to true, default values will not
be updated. This can be used to override default values. Defaults to false.

:return: true in case of success
:rtype: bool
Expand Down
2 changes: 2 additions & 0 deletions src/core/qgsvectorlayer.h
Expand Up @@ -1151,6 +1151,8 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
* \param field The index of the field to be updated
* \param newValue The value which will be assigned to the field
* \param oldValue The previous value to restore on undo (will otherwise be retrieved)
* \param skipDefaultValues If this is set to true, default values will not
* be updated. This can be used to override default values. Defaults to false.
*
* \returns true in case of success
*/
Expand Down

0 comments on commit 8928959

Please sign in to comment.