Skip to content

Commit

Permalink
Slightly improve method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Dec 3, 2015
1 parent 9eee121 commit 22523a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsmaptoolselectutils.h
Expand Up @@ -37,8 +37,8 @@ namespace QgsMapToolSelectUtils
for any required geometry transformations
@param selectGeometry The geometry to select the layers features. This geometry
must be in terms of the canvas coordinate system.
@param doContains Features will only be selected if contained within the
selection rubber band.
@param doContains Features will only be selected if fully contained within
the selection rubber band (otherwise intersection is enough).
@param doDifference Take the symmetric difference of the current selected
features and the new features found within the provided selectGeometry.
@param singleSelect Only selects the closest feature to the selectGeometry.
Expand Down

0 comments on commit 22523a0

Please sign in to comment.