From 4b552545fde8b4960344e76d00f3261b69e511cc Mon Sep 17 00:00:00 2001 From: Martin Kampas Date: Thu, 29 Mar 2018 11:08:53 +0200 Subject: 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 --- doc/src/qtfeedback.qdoc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'doc/src/qtfeedback.qdoc') 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 +*/ -- cgit v1.2.3