Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix seealso link
  • Loading branch information
nyalldawson committed Sep 17, 2020
1 parent 49e9b61 commit c44178f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/layout/qgslayoutitemmap.sip.in
Expand Up @@ -95,7 +95,7 @@ Returns the list of map layers to clip to the atlas feature.

This setting is only used if :py:func:`~QgsLayoutItemMapAtlasClippingSettings.restrictToLayers` is ``True``.

.. seealso:: :py:func:`restrictedLayers`
.. seealso:: :py:func:`restrictToLayers`

.. seealso:: :py:func:`setLayersToClip`
%End
Expand All @@ -108,7 +108,7 @@ Sets the list of map ``layers`` to clip to the atlas feature.

This setting is only used if :py:func:`~QgsLayoutItemMapAtlasClippingSettings.restrictToLayers` is ``True``.

.. seealso:: :py:func:`restrictedLayers`
.. seealso:: :py:func:`restrictToLayers`

.. seealso:: :py:func:`layersToClip`
%End
Expand Down
4 changes: 2 additions & 2 deletions src/core/layout/qgslayoutitemmap.h
Expand Up @@ -110,7 +110,7 @@ class CORE_EXPORT QgsLayoutItemMapAtlasClippingSettings : public QObject
*
* \note This setting is only used if restrictToLayers() is TRUE.
*
* \see restrictedLayers()
* \see restrictToLayers()
* \see setLayersToClip()
*/
QList< QgsMapLayer * > layersToClip() const;
Expand All @@ -120,7 +120,7 @@ class CORE_EXPORT QgsLayoutItemMapAtlasClippingSettings : public QObject
*
* \note This setting is only used if restrictToLayers() is TRUE.
*
* \see restrictedLayers()
* \see restrictToLayers()
* \see layersToClip()
*/
void setLayersToClip( const QList< QgsMapLayer * > &layers );
Expand Down

0 comments on commit c44178f

Please sign in to comment.