diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-02-08 16:16:39 +0200 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-02-08 14:23:47 +0000 |
commit | ee453be3792d4552a86b9cbe68043396d3195d05 (patch) | |
tree | cac3e63843738a4fd7cd6ab796518a1a6410ced0 /src/location/doc | |
parent | c3061616813b769699ee0ae8ce6f6c55e0db12e4 (diff) | |
download | qtlocation-ee453be3792d4552a86b9cbe68043396d3195d05.tar.gz |
Fix broken table on Mapbox GL plugin
Missing \endtable
Change-Id: I84697bf7b4f8aba26e3a40e31cec2c033b2c4793
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/location/doc')
-rw-r--r-- | src/location/doc/src/plugins/mapboxgl.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/doc/src/plugins/mapboxgl.qdoc b/src/location/doc/src/plugins/mapboxgl.qdoc index ad71fc2c..b6d56550 100644 --- a/src/location/doc/src/plugins/mapboxgl.qdoc +++ b/src/location/doc/src/plugins/mapboxgl.qdoc @@ -95,4 +95,5 @@ The following table lists optional parameters that can be passed to the Mapbox p \li Cache size for map resources in bytes. The default size of this cache is 50 MiB. Make sure to comply with Mapbox Terms of Service before increasing this value. +\endtable */ |