Skip to content

Commit

Permalink
More see also fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 18, 2021
1 parent 6a351af commit e8280d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -367,7 +367,7 @@ Returns the map unit scale for the trim distance for the start of the line.

.. seealso:: :py:func:`setTrimDistanceStartMapUnitScale`

.. seealso:: :py:func:`trimDistanceEndMapUnit`
.. seealso:: :py:func:`trimDistanceEndMapUnitScale`

.. seealso:: :py:func:`trimDistanceStart`

Expand All @@ -382,7 +382,7 @@ Sets the map unit ``scale`` for the trim distance for the start of the line.

.. seealso:: :py:func:`trimDistanceStartMapUnitScale`

.. seealso:: :py:func:`setTrimDistanceEndMapUnit`
.. seealso:: :py:func:`setTrimDistanceEndMapUnitScale`

.. seealso:: :py:func:`setTrimDistanceStart`

Expand Down Expand Up @@ -463,7 +463,7 @@ Returns the map unit scale for the trim distance for the end of the line.

.. seealso:: :py:func:`setTrimDistanceEndMapUnitScale`

.. seealso:: :py:func:`trimDistanceStartMapUnit`
.. seealso:: :py:func:`trimDistanceStartMapUnitScale`

.. seealso:: :py:func:`trimDistanceEnd`

Expand All @@ -478,7 +478,7 @@ Sets the map unit ``scale`` for the trim distance for the end of the line.

.. seealso:: :py:func:`trimDistanceEndMapUnitScale`

.. seealso:: :py:func:`setTrimDistanceStartMapUnit`
.. seealso:: :py:func:`setTrimDistanceStartMapUnitScale`

.. seealso:: :py:func:`setTrimDistanceEnd`

Expand Down
8 changes: 4 additions & 4 deletions src/core/symbology/qgslinesymbollayer.h
Expand Up @@ -326,7 +326,7 @@ class CORE_EXPORT QgsSimpleLineSymbolLayer : public QgsLineSymbolLayer
* Returns the map unit scale for the trim distance for the start of the line.
*
* \see setTrimDistanceStartMapUnitScale()
* \see trimDistanceEndMapUnit()
* \see trimDistanceEndMapUnitScale()
* \see trimDistanceStart()
* \see trimDistanceStartUnit()
*
Expand All @@ -338,7 +338,7 @@ class CORE_EXPORT QgsSimpleLineSymbolLayer : public QgsLineSymbolLayer
* Sets the map unit \a scale for the trim distance for the start of the line.
*
* \see trimDistanceStartMapUnitScale()
* \see setTrimDistanceEndMapUnit()
* \see setTrimDistanceEndMapUnitScale()
* \see setTrimDistanceStart()
* \see setTrimDistanceStartUnit()
*
Expand Down Expand Up @@ -404,7 +404,7 @@ class CORE_EXPORT QgsSimpleLineSymbolLayer : public QgsLineSymbolLayer
* Returns the map unit scale for the trim distance for the end of the line.
*
* \see setTrimDistanceEndMapUnitScale()
* \see trimDistanceStartMapUnit()
* \see trimDistanceStartMapUnitScale()
* \see trimDistanceEnd()
* \see trimDistanceEndUnit()
*
Expand All @@ -416,7 +416,7 @@ class CORE_EXPORT QgsSimpleLineSymbolLayer : public QgsLineSymbolLayer
* Sets the map unit \a scale for the trim distance for the end of the line.
*
* \see trimDistanceEndMapUnitScale()
* \see setTrimDistanceStartMapUnit()
* \see setTrimDistanceStartMapUnitScale()
* \see setTrimDistanceEnd()
* \see setTrimDistanceEndUnit()
*
Expand Down

0 comments on commit e8280d2

Please sign in to comment.