Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dox] fix code formatting
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Jul 3, 2020
1 parent 9175d95 commit 0103731
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions python/core/auto_generated/qgsactionscoperegistry.sip.in
Expand Up @@ -17,9 +17,9 @@ at runtime by plugins or custom applications.

To get access use the QgsApplication:

```
:py:func:`QgsApplication.actionScopeRegistry()`
```
.. code-block:: python

QgsApplication.actionScopeRegistry()

.. versionadded:: 3.0
%End
Expand Down
8 changes: 6 additions & 2 deletions src/core/qgsactionscoperegistry.h
Expand Up @@ -30,9 +30,13 @@
*
* To get access use the QgsApplication:
*
* ```
* \code{.cpp}
* QgsApplication::actionScopeRegistry()
* ```
* \endcode
*
* \code{.py}
* QgsApplication.actionScopeRegistry()
* \endcode
*
* \since QGIS 3.0
*/
Expand Down

0 comments on commit 0103731

Please sign in to comment.