Skip to content

Commit 79b51a6

Browse files
vcloarecnyalldawson
authored andcommittedApr 28, 2020
fix doc
1 parent 5691658 commit 79b51a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/core/mesh/qgsmeshlayer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ class CORE_EXPORT QgsMeshLayer : public QgsMapLayer
259259

260260
/**
261261
* Interpolates the value on the given point from given dataset.
262-
* For 3D datasets, it uses #dataset3dValue \n
263-
* For 1D datasets, it uses #dataset1dValue with \a searchRadius
262+
* For 3D datasets, it uses dataset3dValue(), \n
263+
* For 1D datasets, it uses dataset1dValue() with \a searchRadius
264264
*
265265
* \note It uses previously cached and indexed triangular mesh
266266
* and so if the layer has not been rendered previously

0 commit comments

Comments
 (0)
Please sign in to comment.