Skip to content

Commit 8caecbb

Browse files
committed
Fix some dox
1 parent 101c98f commit 8caecbb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ from the given registry. If no registry is specified, then the processing
268268
registry attached to QgsApplication.processingRegistry() will be used
269269
by the model.
270270

271-
If \recentLog is specified then it will be used to create a "Recently used" top
271+
If ``recentLog`` is specified then it will be used to create a "Recently used" top
272272
level group containing recently used algorithms.
273273
%End
274274

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If ``registry`` is set, then the view will automatically be populated with algor
3737
and providers from the registry. Otherwise, users must manually call setRegistry()
3838
to associate a registry with the view.
3939

40-
If \recentLog is specified then it will be used to create a "Recently used" top
40+
If ``recentLog`` is specified then it will be used to create a "Recently used" top
4141
level group containing recently used algorithms.
4242
%End
4343

src/gui/processing/qgsprocessingtoolboxmodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class GUI_EXPORT QgsProcessingToolboxModel : public QAbstractItemModel
289289
* registry attached to QgsApplication::processingRegistry() will be used
290290
* by the model.
291291
*
292-
* If \recentLog is specified then it will be used to create a "Recently used" top
292+
* If \a recentLog is specified then it will be used to create a "Recently used" top
293293
* level group containing recently used algorithms.
294294
*/
295295
QgsProcessingToolboxModel( QObject *parent SIP_TRANSFERTHIS = nullptr, QgsProcessingRegistry *registry = nullptr,

src/gui/processing/qgsprocessingtoolboxtreeview.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView
4646
* and providers from the registry. Otherwise, users must manually call setRegistry()
4747
* to associate a registry with the view.
4848
*
49-
* If \recentLog is specified then it will be used to create a "Recently used" top
49+
* If \a recentLog is specified then it will be used to create a "Recently used" top
5050
* level group containing recently used algorithms.
5151
*/
5252
QgsProcessingToolboxTreeView( QWidget *parent SIP_TRANSFERTHIS = nullptr,

0 commit comments

Comments
 (0)