Skip to content

Commit 11dcfd9

Browse files
committedApr 3, 2017
@param -> \param
1 parent 9a4f2e4 commit 11dcfd9

File tree

533 files changed

+5633
-5633
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

533 files changed

+5633
-5633
lines changed
 

‎src/analysis/interpolation/qgsgridfilewriter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ANALYSIS_EXPORT QgsGridFileWriter
3434
QgsGridFileWriter( QgsInterpolator *i, const QString &outputPath, const QgsRectangle &extent, int nCols, int nRows, double cellSizeX, double cellSizeY );
3535

3636
/** Writes the grid file.
37-
@param showProgressDialog shows a dialog with the possibility to cancel
37+
\param showProgressDialog shows a dialog with the possibility to cancel
3838
@return 0 in case of success*/
3939

4040
int writeFile( bool showProgressDialog = false );

‎src/analysis/interpolation/qgsidwinterpolator.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ class ANALYSIS_EXPORT QgsIDWInterpolator: public QgsInterpolator
3030
QgsIDWInterpolator( const QList<LayerData> &layerData );
3131

3232
/** Calculates interpolation value for map coordinates x, y
33-
@param x x-coordinate (in map units)
34-
@param y y-coordinate (in map units)
35-
@param result out: interpolation result
33+
\param x x-coordinate (in map units)
34+
\param y y-coordinate (in map units)
35+
\param result out: interpolation result
3636
@return 0 in case of success*/
3737
int interpolatePoint( double x, double y, double &result ) override;
3838

0 commit comments

Comments
 (0)
Please sign in to comment.