mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Clean up doxygen doc so that types are not mistaken as html tags
This commit is contained in:
parent
2dbdde4739
commit
ab2ec699e9
@ -17,12 +17,12 @@ of vector tiles - this parameter provides processing framework's adapter for QLi
|
||||
|
||||
A valid value for this parameter is a list (QVariantList), where each item is a map (QVariantMap) in this form:
|
||||
{
|
||||
'layer': <string> or <QgsMapLayer>,
|
||||
'layer': string or QgsMapLayer,
|
||||
// key-value pairs below are optional
|
||||
'layerName': <string>,
|
||||
'filterExpression': <string>,
|
||||
'minZoom': <int>,
|
||||
'maxZoom': <int>
|
||||
'layerName': string,
|
||||
'filterExpression': string,
|
||||
'minZoom': int,
|
||||
'maxZoom': int
|
||||
}
|
||||
|
||||
Static functions parametersAsLayers(), variantMapAsLayer(), layerAsVariantMap() provide conversion between
|
||||
|
@ -27,12 +27,12 @@
|
||||
*
|
||||
* A valid value for this parameter is a list (QVariantList), where each item is a map (QVariantMap) in this form:
|
||||
* {
|
||||
* 'layer': <string> or <QgsMapLayer>,
|
||||
* 'layer': string or QgsMapLayer,
|
||||
* // key-value pairs below are optional
|
||||
* 'layerName': <string>,
|
||||
* 'filterExpression': <string>,
|
||||
* 'minZoom': <int>,
|
||||
* 'maxZoom': <int>
|
||||
* 'layerName': string,
|
||||
* 'filterExpression': string,
|
||||
* 'minZoom': int,
|
||||
* 'maxZoom': int
|
||||
* }
|
||||
*
|
||||
* Static functions parametersAsLayers(), variantMapAsLayer(), layerAsVariantMap() provide conversion between
|
||||
|
Loading…
x
Reference in New Issue
Block a user