summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceattribute.cpp
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2012-03-27 13:49:25 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-29 06:53:38 +0200
commit04921a0ff8c3a6878a77eb6e119ba6a870b2798a (patch)
tree0c1f262499bb90374cfff1d1bc0e7233d490bcee /src/location/places/qplaceattribute.cpp
parent2106a31b66afc25917935046d2e3be14488d4dc5 (diff)
downloadqtlocation-04921a0ff8c3a6878a77eb6e119ba6a870b2798a.tar.gz
General documentation issues
Change-Id: I021ab70e1cbb973817aecbf53b7af0760c5e36c4 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplaceattribute.cpp')
-rw-r--r--src/location/places/qplaceattribute.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/places/qplaceattribute.cpp b/src/location/places/qplaceattribute.cpp
index caa09f69..c210697f 100644
--- a/src/location/places/qplaceattribute.cpp
+++ b/src/location/places/qplaceattribute.cpp
@@ -77,7 +77,7 @@ bool QPlaceAttributePrivate::isEmpty() const
\inmodule QtLocation
\ingroup QtLocation-places
\ingroup QtLocation-places-data
- \since QtLocation 5.0
+ \since Qt Location 5.0
\brief The QPlaceAttribute class represents generic attribute information about a place.
@@ -94,8 +94,8 @@ bool QPlaceAttributePrivate::isEmpty() const
\li QPlaceAttribute::Provider
\endlist
- There is a class of attribute types of the format x_id_<provider> e.g. x_id_nokia.
- This class of attributes is a set of alternative ids of the place, from the specified provider's
+ There is a class of attribute types of the format x_id_<provider> for example x_id_nokia.
+ This class of attributes is a set of alternative identifiers of the place, from the specified provider's
perspective.
The above types are used to access and modify attributes in QPlace via:
@@ -110,7 +110,7 @@ bool QPlaceAttributePrivate::isEmpty() const
new attributes as necessary. Custom attribute types should always be prefixed
by a qualifier in order to avoid conflicts.
- \section3 User readable vs non-user readable attributes
+ \section3 User Readable vs Non-User Readable Attributes
Some attributes may not be intended to be readable by end users, the label field
of such attributes are empty to indicate this fact.
*/