Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix doc
  • Loading branch information
vcloarec authored and nyalldawson committed Apr 28, 2020
1 parent 5691658 commit 79b51a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/mesh/qgsmeshlayer.h
Expand Up @@ -259,8 +259,8 @@ class CORE_EXPORT QgsMeshLayer : public QgsMapLayer

/**
* Interpolates the value on the given point from given dataset.
* For 3D datasets, it uses #dataset3dValue \n
* 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
*
* \note It uses previously cached and indexed triangular mesh
* and so if the layer has not been rendered previously
Expand Down

0 comments on commit 79b51a6

Please sign in to comment.