Fix some dox

This commit is contained in:
Nyall Dawson 2018-07-08 17:24:58 +10:00
parent 101c98fd17
commit 8caecbb85c
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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,

View File

@ -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,