Fix more broken links

This commit is contained in:
Nyall Dawson 2018-05-25 09:18:41 +10:00
parent 2cb8a33884
commit bb995202fd
3 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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;
@ -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;

View File

@ -166,7 +166,7 @@ class CORE_EXPORT QgsMeshRendererVectorSettings
/**
* Sets filter value for vector magnitudes.
* \see QgsMeshRendererVectorSettings::vectorFilterMin()
* \see filterMin()
*/
void setFilterMin( double filterMin );
@ -180,7 +180,7 @@ class CORE_EXPORT QgsMeshRendererVectorSettings
/**
* Sets filter value for vector magnitudes.
* \see QgsMeshRendererVectorSettings::vectorFilterMax()
* \see filterMax()
*/
void setFilterMax( double filterMax );