Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
(cherry picked from commit a5b6290)
  • Loading branch information
nyalldawson committed Feb 26, 2020
1 parent 80696d1 commit 1425669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -242,7 +242,7 @@ be used.
bool allowFallbackTransform( const QgsCoordinateReferenceSystem &source, const QgsCoordinateReferenceSystem &destination ) const;
%Docstring
Returns ``True`` if approximate "ballpark" transforms may be used when transforming
between a \source and ``destination`` CRS pair, in the case that the preferred
between a ``source`` and ``destination`` CRS pair, in the case that the preferred
coordinate operation fails (such as when
coordinates from outside a required grid shift file are transformed). See
QgsCoordinateTransform.fallbackOperationOccurred() for further details.
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgscoordinatetransformcontext.h
Expand Up @@ -224,7 +224,7 @@ class CORE_EXPORT QgsCoordinateTransformContext

/**
* Returns TRUE if approximate "ballpark" transforms may be used when transforming
* between a \source and \a destination CRS pair, in the case that the preferred
* between a \a source and \a destination CRS pair, in the case that the preferred
* coordinate operation fails (such as when
* coordinates from outside a required grid shift file are transformed). See
* QgsCoordinateTransform::fallbackOperationOccurred() for further details.
Expand Down

0 comments on commit 1425669

Please sign in to comment.