diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-02-09 13:42:16 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-02-09 19:16:22 +0000 |
commit | 0a0559fd9e2a789364e8c073a5653e2e9280d3d6 (patch) | |
tree | e17d8b1caed9b910dd73033d70d53a7beed89604 /src/location/doc | |
parent | 921ea4c23f16e87c256ab995d82d227353c6da22 (diff) | |
download | qtlocation-0a0559fd9e2a789364e8c073a5653e2e9280d3d6.tar.gz |
Fix plugins documentation that makes the text exceed the column width
Change-Id: I2a2b1dbba796153e77aaade0c41f128b6fb37adb
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/doc')
-rw-r--r-- | src/location/doc/src/plugins/esri.qdoc | 7 | ||||
-rw-r--r-- | src/location/doc/src/plugins/nokia.qdoc | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/location/doc/src/plugins/esri.qdoc b/src/location/doc/src/plugins/esri.qdoc index 6ac65910..c19f19dd 100644 --- a/src/location/doc/src/plugins/esri.qdoc +++ b/src/location/doc/src/plugins/esri.qdoc @@ -108,10 +108,9 @@ or you can sign up for an \l {http://www.arcgis.com/features/plans/pricing.html} \li esri.mapping.cache.directory \li Absolute path to map tile cache directory used as network disk cache. - The default place for the cache is \c{QtLocation/here} directory in - \l {QStandardPaths::writableLocation()} {QStandardPaths::writableLocation}(\l{QStandardPaths::GenericCacheLocation}). - On systems that have no concept of a shared cache, the application-specific - \l{QStandardPaths::CacheLocation} is used instead. + The default place for the cache is the \c{QtLocation/esri} subdirectory in the location returned by + QStandardPaths::writableLocation(), called with QStandardPaths::GenericCacheLocation as a parameter. + On systems that have no concept of a shared cache, the application-specific \l{QStandardPaths::CacheLocation} is used instead. \row \li esri.mapping.cache.disk.cost_strategy \li The cost strategy to use to cache map tiles on disk. diff --git a/src/location/doc/src/plugins/nokia.qdoc b/src/location/doc/src/plugins/nokia.qdoc index 7e2fa512..4e46a18d 100644 --- a/src/location/doc/src/plugins/nokia.qdoc +++ b/src/location/doc/src/plugins/nokia.qdoc @@ -92,7 +92,8 @@ a prefix. \li here.mapping.cache.directory \li Absolute path to map tile cache directory used as network disk cache. - The default place for the cache is \c{QtLocation/here} directory in \l {QStandardPaths::writableLocation()} {QStandardPaths::writableLocation}(\l{QStandardPaths::GenericCacheLocation}). + The default place for the cache is the \c{QtLocation/here} subdirectory in the location returned by + QStandardPaths::writableLocation(), called with QStandardPaths::GenericCacheLocation as a parameter. On systems that have no concept of a shared cache, the application-specific \l{QStandardPaths::CacheLocation} is used instead. \row |