mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
[dox] fix code formatting
fixes https://github.com/qgis/pyqgis/issues/45
This commit is contained in:
parent
040dd56b80
commit
b5d9ccdf1f
@ -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
|
||||
|
@ -30,9 +30,13 @@
|
||||
*
|
||||
* To get access use the QgsApplication:
|
||||
*
|
||||
* ```
|
||||
* \code{.cpp}
|
||||
* QgsApplication::actionScopeRegistry()
|
||||
* ```
|
||||
* \endcode
|
||||
*
|
||||
* \code{.py}
|
||||
* QgsApplication.actionScopeRegistry()
|
||||
* \endcode
|
||||
*
|
||||
* \since QGIS 3.0
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user