From bef82079db57ce6c4626dc4f3b6c36386713f7d1 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 21 Aug 2014 15:52:25 +0200 Subject: Doc: Add extensions used by example files to .qdocconf As the examples include files with extension that are not included in the global Qt documentation config, add them to the module's .qdocconf to get the files listed in the example documentation pages. Change-Id: Ifc3bf473b67d6acc795ce3f951f0c5269d69b69c Task-number: QTBUG-40831 Reviewed-by: Milian Wolff --- examples/webchannel/standalone/doc/src/standalone.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/webchannel/standalone/doc/src/standalone.qdoc b/examples/webchannel/standalone/doc/src/standalone.qdoc index 46c09c3..c5199c3 100644 --- a/examples/webchannel/standalone/doc/src/standalone.qdoc +++ b/examples/webchannel/standalone/doc/src/standalone.qdoc @@ -54,8 +54,8 @@ \section1 Overview The C++ application sets up a QWebChannel instance and publishes a Dialog object over it. - For the remote client side, \c index.html is opened. Both show a dialog with the list of - received messages and an input box to send messages to the other end. + For the remote client side, \l {standalone/index.html}{index.html} is opened. Both show a + dialog with the list of received messages and an input box to send messages to the other end. The Dialog emits the Dialog::sendText() signal when the user sends a message. The signal automatically gets propagated to the HTML client. When the user enters a message on the HTML -- cgit v1.2.1