Skip to content

Commit

Permalink
Clean up doxygen doc so that types are not mistaken as html tags
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed May 8, 2020
1 parent 2dbdde4 commit ab2ec69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit ab2ec69

Please sign in to comment.