From 0a0559fd9e2a789364e8c073a5653e2e9280d3d6 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Thu, 9 Feb 2017 13:42:16 +0100 Subject: Fix plugins documentation that makes the text exceed the column width Change-Id: I2a2b1dbba796153e77aaade0c41f128b6fb37adb Reviewed-by: Alex Blasche --- src/location/doc/src/plugins/esri.qdoc | 7 +++---- src/location/doc/src/plugins/nokia.qdoc | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/location/doc/src') 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 -- cgit v1.2.1