From a5b6290361816a98d335c1ff7f20b151976d74ed Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 17 Feb 2020 17:13:32 +1000 Subject: [PATCH] Fix doxygen warning --- python/core/auto_generated/qgscoordinatetransformcontext.sip.in | 2 +- src/core/qgscoordinatetransformcontext.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/core/auto_generated/qgscoordinatetransformcontext.sip.in b/python/core/auto_generated/qgscoordinatetransformcontext.sip.in index 2886c84c5634..5905b44a48c7 100644 --- a/python/core/auto_generated/qgscoordinatetransformcontext.sip.in +++ b/python/core/auto_generated/qgscoordinatetransformcontext.sip.in @@ -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. diff --git a/src/core/qgscoordinatetransformcontext.h b/src/core/qgscoordinatetransformcontext.h index f60c5f4d9572..2cd56479da0a 100644 --- a/src/core/qgscoordinatetransformcontext.h +++ b/src/core/qgscoordinatetransformcontext.h @@ -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.