Skip to content

Commit

Permalink
Fix more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 25, 2018
1 parent 2cb8a33 commit bb99520
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions python/core/auto_generated/mesh/qgsmeshdataprovider.sip.in
Expand Up @@ -259,8 +259,6 @@ Responsible for reading native mesh data

The API is considered EXPERIMENTAL and can be changed without a notice

.. seealso:: :py:class:`QgsMeshSource`

.. versionadded:: 3.2
%End

Expand Down
Expand Up @@ -180,7 +180,7 @@ drawn. -1 represents that filtering is not active.
%Docstring
Sets filter value for vector magnitudes.

.. seealso:: :py:func:`QgsMeshRendererVectorSettings.vectorFilterMin`
.. seealso:: :py:func:`filterMin`
%End

double filterMax() const;
Expand All @@ -195,7 +195,7 @@ drawn. -1 represents that filtering is not active.
%Docstring
Sets filter value for vector magnitudes.

.. seealso:: :py:func:`QgsMeshRendererVectorSettings.vectorFilterMax`
.. seealso:: :py:func:`filterMax`
%End

QgsMeshRendererVectorSettings::ArrowScalingMethod shaftLengthMethod() const;
Expand Down
4 changes: 2 additions & 2 deletions src/core/mesh/qgsmeshrenderersettings.h
Expand Up @@ -166,7 +166,7 @@ class CORE_EXPORT QgsMeshRendererVectorSettings

/**
* Sets filter value for vector magnitudes.
* \see QgsMeshRendererVectorSettings::vectorFilterMin()
* \see filterMin()
*/
void setFilterMin( double filterMin );

Expand All @@ -180,7 +180,7 @@ class CORE_EXPORT QgsMeshRendererVectorSettings

/**
* Sets filter value for vector magnitudes.
* \see QgsMeshRendererVectorSettings::vectorFilterMax()
* \see filterMax()
*/
void setFilterMax( double filterMax );

Expand Down

0 comments on commit bb99520

Please sign in to comment.