From 54853c5f66288a82fc77e4e8c3e01a8565073436 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Thu, 11 Sep 2014 11:57:14 +0200 Subject: Doc: Use title case in section1 titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using Python script title-cased.py Task-number: QTBUG-41250 Change-Id: I00d3d7a0b30db7304a7904efd6d63abd9a7b493b Reviewed-by: Topi Reiniƶ --- src/dbus/doc/src/dbus-adaptors.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dbus/doc') diff --git a/src/dbus/doc/src/dbus-adaptors.qdoc b/src/dbus/doc/src/dbus-adaptors.qdoc index 46a6b79c0b..e2085ee26e 100644 --- a/src/dbus/doc/src/dbus-adaptors.qdoc +++ b/src/dbus/doc/src/dbus-adaptors.qdoc @@ -97,7 +97,7 @@ Break-down analysis: \tableofcontents - \section1 The header + \section1 The Header The header of the example is: \snippet code/doc_src_qdbusadaptors.cpp 3 @@ -109,7 +109,7 @@ \li it declares the name of the D-Bus interface it implements. \endlist - \section1 The properties + \section1 The Properties The properties are declared as follows: \snippet code/doc_src_qdbusadaptors.cpp 4 @@ -126,7 +126,7 @@ caption property is empty. Note how it is possible to access data defined in other objects through the getter/setter functions. - \section1 The constructor + \section1 The Constructor The constructor: \snippet code/doc_src_qdbusadaptors.cpp 6 -- cgit v1.2.3