Skip to content

Commit

Permalink
Fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 11, 2019
1 parent b1bbc85 commit 898205e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -16,7 +16,7 @@ class QgsLabelThinningSettings
Contains settings related to how the label engine removes candidate label positions and reduces the number
of displayed labels.

.. versionadded:: 3.10.2
.. versionadded:: 3.12
%End

%TypeHeaderCode
Expand All @@ -35,7 +35,7 @@ Returns ``True`` if the number of labels drawn for the layer should be limited.

void setLimitNumberLabelsEnabled( bool enabled );
%Docstring
Sets wheter the the number of labels drawn for the layer should be limited.
Sets whether the the number of labels drawn for the layer should be limited.

.. seealso:: :py:func:`setMaximumNumberLabels`

Expand Down
4 changes: 2 additions & 2 deletions src/core/labeling/qgslabelthinningsettings.h
Expand Up @@ -29,7 +29,7 @@ class QgsExpressionContext;
* Contains settings related to how the label engine removes candidate label positions and reduces the number
* of displayed labels.
*
* \since QGIS 3.10.2
* \since QGIS 3.12
*/
class CORE_EXPORT QgsLabelThinningSettings
{
Expand All @@ -43,7 +43,7 @@ class CORE_EXPORT QgsLabelThinningSettings
bool limitNumberOfLabelsEnabled() const { return mLimitNumLabels; }

/**
* Sets wheter the the number of labels drawn for the layer should be limited.
* Sets whether the the number of labels drawn for the layer should be limited.
* \see setMaximumNumberLabels()
* \see limitNumberOfLabelsEnabled()
*/
Expand Down

0 comments on commit 898205e

Please sign in to comment.