Skip to content

Commit 2d9e72d

Browse files
committed
Fix doxygen warnings
1 parent 9f351fa commit 2d9e72d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/core/raster/qgsrasterprojector.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Qgis::DataType QgsRasterProjector::dataType( int bandNo ) const
6464
return Qgis::UnknownDataType;
6565
}
6666

67+
68+
/// @cond PRIVATE
69+
70+
6771
void QgsRasterProjector::setCrs( const QgsCoordinateReferenceSystem & theSrcCRS, const QgsCoordinateReferenceSystem & theDestCRS, int srcDatumTransform, int destDatumTransform )
6872
{
6973
mSrcCRS = theSrcCRS;
@@ -726,6 +730,9 @@ bool ProjectorData::checkRows( const QgsCoordinateTransform& ct )
726730
return true;
727731
}
728732

733+
/// @endcond
734+
735+
729736
QString QgsRasterProjector::precisionLabel( Precision precision )
730737
{
731738
switch ( precision )

0 commit comments

Comments
 (0)