Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 18, 2017
1 parent f216b18 commit c701791
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 9 additions & 1 deletion python/core/qgscoordinatetransform.sip
Expand Up @@ -86,7 +86,7 @@ and it is used to retrieve the project's transform context only.
%Docstring
Constructs a QgsCoordinateTransform to transform from the ``source``
to ``destination`` coordinate reference system, with the specified
datum transforms.
datum transforms (see QgsDatumTransform).

.. versionadded:: 3.0
%End
Expand Down Expand Up @@ -266,6 +266,8 @@ CRS.
This is usually calculated automatically from the transform's QgsCoordinateTransformContext,
but can be manually overwritten by a call to setSourceDatumTransformId().

.. seealso:: :py:class:`QgsDatumTransform`

.. seealso:: :py:func:`setSourceDatumTransformId()`

.. seealso:: :py:func:`destinationDatumTransformId()`
Expand All @@ -281,6 +283,8 @@ CRS.
This is usually calculated automatically from the transform's QgsCoordinateTransformContext.
Calling this method will overwrite any automatically calculated datum transform.

.. seealso:: :py:class:`QgsDatumTransform`

.. seealso:: :py:func:`sourceDatumTransformId()`

.. seealso:: :py:func:`setDestinationDatumTransformId()`
Expand All @@ -296,6 +300,8 @@ CRS.
This is usually calculated automatically from the transform's QgsCoordinateTransformContext,
but can be manually overwritten by a call to setDestinationDatumTransformId().

.. seealso:: :py:class:`QgsDatumTransform`

.. seealso:: :py:func:`setDestinationDatumTransformId()`

.. seealso:: :py:func:`sourceDatumTransformId()`
Expand All @@ -311,6 +317,8 @@ CRS.
This is usually calculated automatically from the transform's QgsCoordinateTransformContext.
Calling this method will overwrite any automatically calculated datum transform.

.. seealso:: :py:class:`QgsDatumTransform`

.. seealso:: :py:func:`destinationDatumTransformId()`

.. seealso:: :py:func:`setSourceDatumTransformId()`
Expand Down
6 changes: 5 additions & 1 deletion src/core/qgscoordinatetransform.h
Expand Up @@ -107,7 +107,7 @@ class CORE_EXPORT QgsCoordinateTransform
/**
* Constructs a QgsCoordinateTransform to transform from the \a source
* to \a destination coordinate reference system, with the specified
* datum transforms.
* datum transforms (see QgsDatumTransform).
*
* \since QGIS 3.0
*/
Expand Down Expand Up @@ -322,6 +322,7 @@ class CORE_EXPORT QgsCoordinateTransform
* This is usually calculated automatically from the transform's QgsCoordinateTransformContext,
* but can be manually overwritten by a call to setSourceDatumTransformId().
*
* \see QgsDatumTransform
* \see setSourceDatumTransformId()
* \see destinationDatumTransformId()
* \see datumTransformInfo()
Expand All @@ -335,6 +336,7 @@ class CORE_EXPORT QgsCoordinateTransform
* This is usually calculated automatically from the transform's QgsCoordinateTransformContext.
* Calling this method will overwrite any automatically calculated datum transform.
*
* \see QgsDatumTransform
* \see sourceDatumTransformId()
* \see setDestinationDatumTransformId()
* \see datumTransformInfo()
Expand All @@ -348,6 +350,7 @@ class CORE_EXPORT QgsCoordinateTransform
* This is usually calculated automatically from the transform's QgsCoordinateTransformContext,
* but can be manually overwritten by a call to setDestinationDatumTransformId().
*
* \see QgsDatumTransform
* \see setDestinationDatumTransformId()
* \see sourceDatumTransformId()
* \see datumTransformInfo()
Expand All @@ -361,6 +364,7 @@ class CORE_EXPORT QgsCoordinateTransform
* This is usually calculated automatically from the transform's QgsCoordinateTransformContext.
* Calling this method will overwrite any automatically calculated datum transform.
*
* \see QgsDatumTransform
* \see destinationDatumTransformId()
* \see setSourceDatumTransformId()
* \see datumTransformInfo()
Expand Down

0 comments on commit c701791

Please sign in to comment.