summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth/doc/src/bluetooth-index.qdoc4
-rw-r--r--src/nfc/doc/src/nfc-index.qdoc4
-rw-r--r--src/nfc/qndefrecord.cpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index d68d4644..112444a8 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -53,7 +53,7 @@ Low Energy API. Further details can be found in the
The Tech Preview supports BlueZ 4 & 5 based Linux systems. Support for
further platforms is being planned.
-\section1 Getting started
+\section1 Getting Started
To use the C++ library in your application, add the following configuration
option to your \c .pro file:
@@ -65,7 +65,7 @@ import statement in your \c .qml file:
\snippet doc_src_qtbluetooth.qml import
-\section1 Related information
+\section1 Related Information
\section2 Guides
\list
diff --git a/src/nfc/doc/src/nfc-index.qdoc b/src/nfc/doc/src/nfc-index.qdoc
index bd375ea8..77c48125 100644
--- a/src/nfc/doc/src/nfc-index.qdoc
+++ b/src/nfc/doc/src/nfc-index.qdoc
@@ -47,7 +47,7 @@ target detection and loss, registering NDEF message handlers, reading and writin
on NFC Forum Tags and sending tag specific commands.
-\section1 Getting started
+\section1 Getting Started
To use the C++ library in your application, add the following configuration
option to your \c .pro file:
@@ -59,7 +59,7 @@ import statement in your \c .qml file:
\snippet doc_src_qtnfc.qml import
-\section1 Related information
+\section1 Related Information
\section2 Guides
\list
diff --git a/src/nfc/qndefrecord.cpp b/src/nfc/qndefrecord.cpp
index 75ff15b0..8961e9d7 100644
--- a/src/nfc/qndefrecord.cpp
+++ b/src/nfc/qndefrecord.cpp
@@ -67,7 +67,7 @@ QT_BEGIN_NAMESPACE
\snippet nfc.cpp Record conversion
- \section1 Creating specialized NDEF record classes
+ \section1 Creating Specialized NDEF Record Classes
Specialized NDEF record classes can be easily created with the Q_DECLARE_NDEF_RECORD() and
Q_DECLARE_ISRECORDTYPE_FOR_NDEF_RECORD() macros. The following example shows the class