Skip to content

Commit 8436813

Browse files
elpasonyalldawson
authored andcommitted
Update dox
1 parent c05aa14 commit 8436813

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

python/gui/auto_generated/processing/qgsprocessingtoolboxmodel.sip.in

+1-3
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,7 @@ Returns any filters that affect how toolbox content is filtered.
420420

421421
void setInPlaceLayer( QgsVectorLayer *layer );
422422
%Docstring
423-
Sets geometry \type for the in-place algorithms
424-
425-
:param layer: the vector layer for in-place algorithm filter
423+
Sets the vector ``layer`` for in-place algorithm filter
426424
%End
427425

428426
void setFilterString( const QString &filter );

python/gui/auto_generated/processing/qgsprocessingtoolboxtreeview.sip.in

+1-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ Sets ``filters`` controlling the view's contents.
7676

7777
void setInPlaceLayer( QgsVectorLayer *layer );
7878
%Docstring
79-
Sets geometry \type for the in-place algorithms
80-
81-
:param layer: the vector layer for in-place algorithm filter
79+
Sets the vector ``layer`` for the in-place algorithms
8280
%End
8381

8482
public slots:

src/gui/processing/qgsprocessingtoolboxmodel.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,7 @@ class GUI_EXPORT QgsProcessingToolboxProxyModel: public QSortFilterProxyModel
462462
Filters filters() const { return mFilters; }
463463

464464
/**
465-
* Sets geometry \type for the in-place algorithms
466-
* \param layer the vector layer for in-place algorithm filter
465+
* Sets the vector \a layer for in-place algorithm filter
467466
*/
468467
void setInPlaceLayer( QgsVectorLayer *layer );
469468

src/gui/processing/qgsprocessingtoolboxtreeview.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView
8787

8888

8989
/**
90-
* Sets geometry \type for the in-place algorithms
91-
* \param layer the vector layer for in-place algorithm filter
90+
* Sets the vector \a layer for the in-place algorithms
9291
*/
9392
void setInPlaceLayer( QgsVectorLayer *layer );
9493

0 commit comments

Comments
 (0)