summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-10-07 15:03:58 +0200
committerNico Vertriest <nico.vertriest@digia.com>2014-10-09 10:45:51 +0200
commitbbb2aa81c4cb58cb29ab3b5146b9b5cb909cd1c9 (patch)
treeacc6c29573f8dc9ce167c70a46027970a4b287c9
parentb90e043af09955d94a7a9555f11b5d6f3add4c3a (diff)
Doc: Applied title case to section1 titlesv5.4.0-beta1
Change-Id: I7ad07daac92e1af8c7daa4f59b948692c03a85e3 Task-number: QTBUG-41250 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/location/doc/src/places.qdoc2
-rw-r--r--src/location/doc/src/plugins/places-backend.qdoc2
-rw-r--r--src/location/doc/src/qtlocation-geoservices.qdoc2
-rw-r--r--src/location/doc/src/qtlocation-qml.qdoc2
-rw-r--r--src/location/places/qplacemanager.cpp2
-rw-r--r--src/positioning/doc/src/qtpositioning-plugins.qdoc2
-rw-r--r--src/positioning/doc/src/qtpositioning-qml.qdoc2
-rw-r--r--src/positioning/doc/src/qtpositioning.qdoc2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/location/doc/src/places.qdoc b/src/location/doc/src/places.qdoc
index 74a25b79..2a853a20 100644
--- a/src/location/doc/src/places.qdoc
+++ b/src/location/doc/src/places.qdoc
@@ -37,7 +37,7 @@
The Places API also facilitates management of places and
categories, allowing users to save and remove them.
- \section1 Introductory concepts
+ \section1 Introductory Concepts
\section2 Plugin
A \l Plugin is an abstraction for a backend. One \l Plugin might access places from a
diff --git a/src/location/doc/src/plugins/places-backend.qdoc b/src/location/doc/src/plugins/places-backend.qdoc
index dd7d68f9..1be3fe76 100644
--- a/src/location/doc/src/plugins/places-backend.qdoc
+++ b/src/location/doc/src/plugins/places-backend.qdoc
@@ -105,7 +105,7 @@ compatible place. Other times it may involve modifying certain properties, for
modifying the icon parameters to facilitate copying or downloading of the original
place's icon to a location that the backend can access.
-\section1 Cross-Referencing Places Between Managers.
+\section1 Cross-Referencing Places Between Managers
Sometimes a situation may arise where we wish to cross-reference and match places between managers.
Such a situation may arise where one manager provides read-only access to places (origin manager), while another second r/w
manager (destination manager) is used to save selected favorites from the first. During a search of the origin manager, we may want to
diff --git a/src/location/doc/src/qtlocation-geoservices.qdoc b/src/location/doc/src/qtlocation-geoservices.qdoc
index 85c96b0f..4f62b0bd 100644
--- a/src/location/doc/src/qtlocation-geoservices.qdoc
+++ b/src/location/doc/src/qtlocation-geoservices.qdoc
@@ -33,7 +33,7 @@
The Qt Location provides the majority of its functionality through GeoService plugins. This
document outlines how to develop a new GeoService plugin.
-\section1 Plugin description
+\section1 Plugin Description
Each plugin is described by a json file. The json describes the plugins capabilities and
version. Below is an example of a json file used by the OpenStreenMap plugin:
diff --git a/src/location/doc/src/qtlocation-qml.qdoc b/src/location/doc/src/qtlocation-qml.qdoc
index 2aea6643..08cd2164 100644
--- a/src/location/doc/src/qtlocation-qml.qdoc
+++ b/src/location/doc/src/qtlocation-qml.qdoc
@@ -115,5 +115,5 @@ API.
\annotatedlist qml-QtLocation5-places
-\section1 Alphabetical Listing of all QML Types
+\section1 Alphabetical Listing of All QML Types
*/
diff --git a/src/location/places/qplacemanager.cpp b/src/location/places/qplacemanager.cpp
index 06b408d7..b9946b6a 100644
--- a/src/location/places/qplacemanager.cpp
+++ b/src/location/places/qplacemanager.cpp
@@ -89,7 +89,7 @@ QT_BEGIN_NAMESPACE
See \l {Initializing a manager} for an example on how to create a manager.
- \section1 Asynchronous Interface.
+ \section1 Asynchronous Interface
The QPlaceManager class provides an abstraction of the datastore which contains place information.
The functions provided by the QPlaceManager and primarily asynchronous and follow
a request-reply model. Typically a request is given to the manager, consisting
diff --git a/src/positioning/doc/src/qtpositioning-plugins.qdoc b/src/positioning/doc/src/qtpositioning-plugins.qdoc
index 5873aadd..7d23f46f 100644
--- a/src/positioning/doc/src/qtpositioning-plugins.qdoc
+++ b/src/positioning/doc/src/qtpositioning-plugins.qdoc
@@ -33,7 +33,7 @@
Qt Positioning provides the majority of its functionality through plugins. This
document outlines how to develop a new position plugin.
-\section1 Plugin description
+\section1 Plugin Description
Each plugin is described by a json file. The json describes the plugins capabilities and
version. Below is an example of a json file used by the postionpoll plugin:
diff --git a/src/positioning/doc/src/qtpositioning-qml.qdoc b/src/positioning/doc/src/qtpositioning-qml.qdoc
index a5173662..77bd6c6a 100644
--- a/src/positioning/doc/src/qtpositioning-qml.qdoc
+++ b/src/positioning/doc/src/qtpositioning-qml.qdoc
@@ -61,5 +61,5 @@ More detailed information retrieving the current position can be found under
\annotatedlist qml-QtPositioning5-basictypes
-\section1 Alphabetical Listing of all QML Types
+\section1 Alphabetical Listing of All QML Types
*/
diff --git a/src/positioning/doc/src/qtpositioning.qdoc b/src/positioning/doc/src/qtpositioning.qdoc
index 88235212..ae74f89c 100644
--- a/src/positioning/doc/src/qtpositioning.qdoc
+++ b/src/positioning/doc/src/qtpositioning.qdoc
@@ -88,7 +88,7 @@ The .pro file should have the \e positioning keyword added
\code QT += positioning \endcode
-\section1 Related information
+\section1 Related Information
\section2 Overview
Positioning includes all the functionality necessary to find and work with geographic