Skip to content

Commit

Permalink
better doxy description and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir committed Sep 26, 2017
1 parent bcd2e04 commit 43ef3f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions python/core/qgsvectorlayereditbuffer.sip
Expand Up @@ -149,14 +149,14 @@ class QgsVectorLayerEditBuffer : QObject

void updateLayerFields();

/** Apply geom modification basing on provider geometry type.
* Geom is modified only if successful convertion is possibile.
/** Apply geometry modification basing on provider geometry type.
* Geometry is modified or only if successful conversion is possible.
* In case of conversion a message is sent to the log.
* @param geometry pointer to the geometry that should be adapted to provider
* @return bool true if success.
* Success means that input geometry is changed because conversion is applied or
* True: Input geometry is changed because conversion is applied or
* geometry is untouched if geometry conversion is not necessary.
* Fail if conversion is not possible and geometry is untuched.
* False: Conversion is not possible and geometry is untouched.
* @note added in QGIS 2.18.14
*/
bool adaptGeometry( QgsGeometry* geometry );
Expand Down
8 changes: 4 additions & 4 deletions src/core/qgsvectorlayereditbuffer.h
Expand Up @@ -178,14 +178,14 @@ class CORE_EXPORT QgsVectorLayerEditBuffer : public QObject

void updateLayerFields();

/** Apply geom modification basing on provider geometry type.
* Geom is modified only if successful convertion is possibile.
/** Apply geometry modification basing on provider geometry type.
* Geometry is modified only if successful conversion is possible.
* In case of conversion a message is sent to the log.
* @param geometry pointer to the geometry that should be adapted to provider
* @return bool true if success.
* Success means that input geometry is changed because conversion is applied or
* True: Input geometry is changed because conversion is applied or
* geometry is untouched if geometry conversion is not necessary.
* Fail if conversion is not possible and geometry is untuched.
* False: Conversion is not possible and geometry is untouched.
* @note added in QGIS 2.18.14
*/
bool adaptGeometry( QgsGeometry* geometry );
Expand Down

0 comments on commit 43ef3f3

Please sign in to comment.