Skip to content

Commit bb57ef8

Browse files
committedMar 8, 2023
Doc fixes
1 parent 781b869 commit bb57ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/auto_generated/layout/qgslayoutitemlegend.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Sets the ``maps`` to use when filtering legend content by map extents.
585585

586586
QList< QgsLayoutItemMap * > filterByMapItems() const;
587587
%Docstring
588-
Returns the \maps to use when filtering legend content by map extents.
588+
Returns the maps to use when filtering legend content by map extents.
589589

590590
.. seealso:: :py:func:`setFilterByMapItems`
591591

‎src/core/layout/qgslayoutitemlegend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ class CORE_EXPORT QgsLayoutItemLegend : public QgsLayoutItem
549549
void setFilterByMapItems( const QList< QgsLayoutItemMap * > &maps );
550550

551551
/**
552-
* Returns the \maps to use when filtering legend content by map extents.
552+
* Returns the maps to use when filtering legend content by map extents.
553553
*
554554
* \see setFilterByMapItems()
555555
* \see setLinkedMap()

0 commit comments

Comments
 (0)
Please sign in to comment.