Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix some dox
  • Loading branch information
nyalldawson committed Jul 16, 2018
1 parent 101c98f commit 8caecbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -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

Expand Down
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingtoolboxmodel.h
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingtoolboxtreeview.h
Expand Up @@ -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,
Expand Down

0 comments on commit 8caecbb

Please sign in to comment.