summaryrefslogtreecommitdiffstats
path: root/doc/src/qtfeedback.qdoc
diff options
context:
space:
mode:
authorMartin Kampas <martin.kampas@jolla.com>2018-03-29 11:08:53 +0200
committerMartin Kampas <martin.kampas+qt@ubedi.net>2018-08-23 12:44:38 +0000
commit4b552545fde8b4960344e76d00f3261b69e511cc (patch)
treefbc1a7aa9d874f9bcd339d5f675a9a42b012bb7c /doc/src/qtfeedback.qdoc
parentee2387fef811b9060b1d93325c7cb55472077164 (diff)
Fix QDoc configuration
Issues fixed - Problem with linking examples - Index page not found - No QML Types node in TOC - No index page for C++ Classes node Change-Id: Ifb849008fb5329e2e66598848fde41cd64b0ec46 Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
Diffstat (limited to 'doc/src/qtfeedback.qdoc')
-rw-r--r--doc/src/qtfeedback.qdoc20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/src/qtfeedback.qdoc b/doc/src/qtfeedback.qdoc
index 9ee13a1..860f9d1 100644
--- a/doc/src/qtfeedback.qdoc
+++ b/doc/src/qtfeedback.qdoc
@@ -28,7 +28,7 @@
/*!
\page qtfeedback-index.html
-\title C++ Feedback API
+\title Qt Feedback
\brief An API enabling a client to provide tactile and audio feedback to user actions.
@@ -197,3 +197,21 @@ application.
*/
+/*!
+ \page feedback-api.html
+
+ \title Qt Feedback C++ Classes
+
+ \brief An API enabling a client to provide tactile and audio feedback to user actions.
+
+ \section1 Overview
+
+ The C++ Feedback API enables a client to control and provide tactile and audio feedback
+ to the user. The feedback is in response to user actions. For example, touching an
+ onscreen button. Control of the feedback involves control of the vibration of
+ the device, when a vibrator is used, or the piezo feedback from the screen.
+
+ \section1 Feedback C++ Classes
+
+ \annotatedlist feedback
+*/