Skip to content

Commit

Permalink
Fix see also links
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 17, 2020
1 parent 844e9a3 commit ff9f525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -82,7 +82,7 @@ direction of the line or polygon ring.

.. seealso:: :py:func:`rightDirectionSymbol`

.. seealso:: :py:func:`placeDirectionSymbol`
.. seealso:: :py:func:`directionSymbolPlacement`

.. seealso:: :py:func:`reverseDirectionSymbol`
%End
Expand All @@ -99,7 +99,7 @@ direction of the line or polygon ring.

.. seealso:: :py:func:`setRightDirectionSymbol`

.. seealso:: :py:func:`setPlaceDirectionSymbol`
.. seealso:: :py:func:`setDirectionSymbolPlacement`

.. seealso:: :py:func:`setReverseDirectionSymbol`
%End
Expand Down
4 changes: 2 additions & 2 deletions src/core/labeling/qgslabellinesettings.h
Expand Up @@ -96,7 +96,7 @@ class CORE_EXPORT QgsLabelLineSettings
* \see setAddDirectionSymbol()
* \see leftDirectionSymbol()
* \see rightDirectionSymbol()
* \see placeDirectionSymbol()
* \see directionSymbolPlacement()
* \see reverseDirectionSymbol()
*/
bool addDirectionSymbol() const { return mAddDirectionSymbol; }
Expand All @@ -109,7 +109,7 @@ class CORE_EXPORT QgsLabelLineSettings
* \see addDirectionSymbol()
* \see setLeftDirectionSymbol()
* \see setRightDirectionSymbol()
* \see setPlaceDirectionSymbol()
* \see setDirectionSymbolPlacement()
* \see setReverseDirectionSymbol()
*/
void setAddDirectionSymbol( bool enabled ) { mAddDirectionSymbol = enabled; }
Expand Down

0 comments on commit ff9f525

Please sign in to comment.