We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5691658 commit 79b51a6Copy full SHA for 79b51a6
src/core/mesh/qgsmeshlayer.h
@@ -259,8 +259,8 @@ class CORE_EXPORT QgsMeshLayer : public QgsMapLayer
259
260
/**
261
* 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
+ * For 3D datasets, it uses dataset3dValue(), \n
+ * For 1D datasets, it uses dataset1dValue() with \a searchRadius
264
*
265
* \note It uses previously cached and indexed triangular mesh
266
* and so if the layer has not been rendered previously
0 commit comments