Skip to content

Commit

Permalink
Fix doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 5, 2016
1 parent 9f351fa commit 2d9e72d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/raster/qgsrasterprojector.cpp
Expand Up @@ -64,6 +64,10 @@ Qgis::DataType QgsRasterProjector::dataType( int bandNo ) const
return Qgis::UnknownDataType;
}


/// @cond PRIVATE


void QgsRasterProjector::setCrs( const QgsCoordinateReferenceSystem & theSrcCRS, const QgsCoordinateReferenceSystem & theDestCRS, int srcDatumTransform, int destDatumTransform )
{
mSrcCRS = theSrcCRS;
Expand Down Expand Up @@ -726,6 +730,9 @@ bool ProjectorData::checkRows( const QgsCoordinateTransform& ct )
return true;
}

/// @endcond


QString QgsRasterProjector::precisionLabel( Precision precision )
{
switch ( precision )
Expand Down

0 comments on commit 2d9e72d

Please sign in to comment.