mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix more broken links
This commit is contained in:
parent
2cb8a33884
commit
bb995202fd
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user