From 8caecbb85c81f51f568665641ecb7aab5ccfd9ba Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Sun, 8 Jul 2018 17:24:58 +1000 Subject: [PATCH] Fix some dox --- .../auto_generated/processing/qgsprocessingtoolboxmodel.sip.in | 2 +- .../processing/qgsprocessingtoolboxtreeview.sip.in | 2 +- src/gui/processing/qgsprocessingtoolboxmodel.h | 2 +- src/gui/processing/qgsprocessingtoolboxtreeview.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/gui/auto_generated/processing/qgsprocessingtoolboxmodel.sip.in b/python/gui/auto_generated/processing/qgsprocessingtoolboxmodel.sip.in index f7eaae8a7ca..5be1fab3ef3 100644 --- a/python/gui/auto_generated/processing/qgsprocessingtoolboxmodel.sip.in +++ b/python/gui/auto_generated/processing/qgsprocessingtoolboxmodel.sip.in @@ -268,7 +268,7 @@ from the given registry. If no registry is specified, then the processing registry attached to QgsApplication.processingRegistry() will be used by the model. -If \recentLog is specified then it will be used to create a "Recently used" top +If ``recentLog`` is specified then it will be used to create a "Recently used" top level group containing recently used algorithms. %End diff --git a/python/gui/auto_generated/processing/qgsprocessingtoolboxtreeview.sip.in b/python/gui/auto_generated/processing/qgsprocessingtoolboxtreeview.sip.in index f618de3b206..e604575a568 100644 --- a/python/gui/auto_generated/processing/qgsprocessingtoolboxtreeview.sip.in +++ b/python/gui/auto_generated/processing/qgsprocessingtoolboxtreeview.sip.in @@ -37,7 +37,7 @@ If ``registry`` is set, then the view will automatically be populated with algor and providers from the registry. Otherwise, users must manually call setRegistry() to associate a registry with the view. -If \recentLog is specified then it will be used to create a "Recently used" top +If ``recentLog`` is specified then it will be used to create a "Recently used" top level group containing recently used algorithms. %End diff --git a/src/gui/processing/qgsprocessingtoolboxmodel.h b/src/gui/processing/qgsprocessingtoolboxmodel.h index 23e72fa87cd..e70a4c8be50 100644 --- a/src/gui/processing/qgsprocessingtoolboxmodel.h +++ b/src/gui/processing/qgsprocessingtoolboxmodel.h @@ -289,7 +289,7 @@ class GUI_EXPORT QgsProcessingToolboxModel : public QAbstractItemModel * registry attached to QgsApplication::processingRegistry() will be used * by the model. * - * If \recentLog is specified then it will be used to create a "Recently used" top + * If \a recentLog is specified then it will be used to create a "Recently used" top * level group containing recently used algorithms. */ QgsProcessingToolboxModel( QObject *parent SIP_TRANSFERTHIS = nullptr, QgsProcessingRegistry *registry = nullptr, diff --git a/src/gui/processing/qgsprocessingtoolboxtreeview.h b/src/gui/processing/qgsprocessingtoolboxtreeview.h index 871c55cea15..4f8ecc79255 100644 --- a/src/gui/processing/qgsprocessingtoolboxtreeview.h +++ b/src/gui/processing/qgsprocessingtoolboxtreeview.h @@ -46,7 +46,7 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView * and providers from the registry. Otherwise, users must manually call setRegistry() * to associate a registry with the view. * - * If \recentLog is specified then it will be used to create a "Recently used" top + * If \a recentLog is specified then it will be used to create a "Recently used" top * level group containing recently used algorithms. */ QgsProcessingToolboxTreeView( QWidget *parent SIP_TRANSFERTHIS = nullptr,