Skip to content

Commit

Permalink
Fix see also link
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 11, 2019
1 parent 629de0c commit 7b664ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsdistancearea.sip.in
Expand Up @@ -407,7 +407,7 @@ will also be in this same CRS.
:return: - the latitude at which the geodesic crosses the antimeridian
- fractionAlongLine: will be set to the fraction along the geodesic line joining ``p1`` to ``p2`` at which the antimeridian crossing occurs.

.. seealso:: :py:func:`breakGeometryAtAntimeridian`
.. seealso:: :py:func:`splitGeometryAtAntimeridian`


.. versionadded:: 3.6
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdistancearea.h
Expand Up @@ -333,7 +333,7 @@ class CORE_EXPORT QgsDistanceArea
* \param fractionAlongLine will be set to the fraction along the geodesic line joining \a p1 to \a p2 at which the antimeridian crossing occurs.
*
* \returns the latitude at which the geodesic crosses the antimeridian
* \see breakGeometryAtAntimeridian()
* \see splitGeometryAtAntimeridian()
*
* \since QGIS 3.6
*/
Expand Down

0 comments on commit 7b664ea

Please sign in to comment.