summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/webchannel/standalone/doc/src/standalone.qdoc4
-rw-r--r--src/webchannel/doc/qtwebchannel.qdocconf1
2 files changed, 3 insertions, 2 deletions
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
diff --git a/src/webchannel/doc/qtwebchannel.qdocconf b/src/webchannel/doc/qtwebchannel.qdocconf
index 1195639..cfb47e4 100644
--- a/src/webchannel/doc/qtwebchannel.qdocconf
+++ b/src/webchannel/doc/qtwebchannel.qdocconf
@@ -50,6 +50,7 @@ sourcedirs += .. \
exampledirs += ../../../examples/webchannel
+examples.fileextensions += "*.html *.json"
navigation.landingpage = "Qt WebChannel"
navigation.cppclassespage = "Qt WebChannel C++ Classes"