Skip to content

Commit

Permalink
Fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 3, 2019
1 parent eb551e0 commit 31f9214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/core/qgscoordinatetransform.h
Expand Up @@ -448,8 +448,8 @@ class CORE_EXPORT QgsCoordinateTransform
* \see setCustomMissingPreferredGridHandler()
* \see setCustomCoordinateOperationCreationErrorHandler()
*
* \since QGIS 3.8
* \note Not available in Python bindings
* \since QGIS 3.8
*/
static void setCustomMissingRequiredGridHandler( const std::function< void( const QgsCoordinateReferenceSystem &sourceCrs,
const QgsCoordinateReferenceSystem &destinationCrs,
Expand All @@ -467,8 +467,8 @@ class CORE_EXPORT QgsCoordinateTransform
* \see setCustomMissingRequiredGridHandler()
* \see setCustomCoordinateOperationCreationErrorHandler()
*
* \since QGIS 3.8
* \note Not available in Python bindings
* \since QGIS 3.8
*/
static void setCustomMissingPreferredGridHandler( const std::function< void( const QgsCoordinateReferenceSystem &sourceCrs,
const QgsCoordinateReferenceSystem &destinationCrs,
Expand All @@ -483,8 +483,8 @@ class CORE_EXPORT QgsCoordinateTransform
* \see setCustomMissingRequiredGridHandler()
* \see setCustomMissingPreferredGridHandler()
*
* \since QGIS 3.8
* \note Not available in Python bindings
* \since QGIS 3.8
*/
static void setCustomCoordinateOperationCreationErrorHandler( const std::function< void( const QgsCoordinateReferenceSystem &sourceCrs,
const QgsCoordinateReferenceSystem &destinationCrs,
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdatumtransform.h
Expand Up @@ -239,8 +239,8 @@ class CORE_EXPORT QgsDatumTransform
/**
* Returns the transform details for a Proj coordinate operation \a op.
*
* \since QGIS 3.8
* \note Requires Proj 6.0 or later
* \since QGIS 3.8
*/
static QgsDatumTransform::TransformDetails transformDetailsFromPj( PJ *op );
#endif
Expand Down

0 comments on commit 31f9214

Please sign in to comment.