Skip to content

Commit

Permalink
Better dox
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 26, 2018
1 parent c2f6882 commit 9ad3515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsmapmouseevent.sip.in
Expand Up @@ -123,7 +123,7 @@ Alias to pos()
%Docstring
Snaps the mapPoint to a grid with the given ``precision``.
The snapping will be done in the specified ``crs``. If this crs is
different from the mapCanvas crs, it will add some overhead.
different from the mapCanvas crs, it will be reprojected on the fly.

.. versionadded:: 3.4
%End
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmapmouseevent.h
Expand Up @@ -129,7 +129,7 @@ class GUI_EXPORT QgsMapMouseEvent : public QMouseEvent
/**
* Snaps the mapPoint to a grid with the given \a precision.
* The snapping will be done in the specified \a crs. If this crs is
* different from the mapCanvas crs, it will add some overhead.
* different from the mapCanvas crs, it will be reprojected on the fly.
*
* \since QGIS 3.4
*/
Expand Down

0 comments on commit 9ad3515

Please sign in to comment.