diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2014-08-17 19:37:32 +0200 |
---|---|---|
committer | Milian Wolff <milian.wolff@kdab.com> | 2014-08-23 16:11:50 +0200 |
commit | dac411122a9275eac6b94c1cd3ca0c300937cf83 (patch) | |
tree | 01c78ef0e0f3028c80664443ba64a0a7d62496f5 /src/webchannel/doc | |
parent | bef82079db57ce6c4626dc4f3b6c36386713f7d1 (diff) | |
download | qtwebchannel-dac411122a9275eac6b94c1cd3ca0c300937cf83.tar.gz |
Doc: Edited links JavaScript API page and other documentation fixes.
The JavaScript API page is important to the rest of the documentation
but there was no link to it.
Task-number: QTBUG-40756
Change-Id: Id741a67ac2b57e21da548c2961c622c7516ac8cf
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src/webchannel/doc')
-rw-r--r-- | src/webchannel/doc/src/index.qdoc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/webchannel/doc/src/index.qdoc b/src/webchannel/doc/src/index.qdoc index 635c8bd..5d012dc 100644 --- a/src/webchannel/doc/src/index.qdoc +++ b/src/webchannel/doc/src/index.qdoc @@ -29,9 +29,9 @@ \page qtwebchannel-index.html \since 5.4 \title Qt WebChannel - \brief Bridges the gap between C++/QML and HTML/JavaScript. + \brief Bridges the gap between Qt applications and HTML/JavaScript. - The Qt WebChannel module provides a library for seamless integration of C++/QML applications + The Qt WebChannel module provides a library for seamless integration of C++ and QML applications with HTML/JavaScript clients. Any QObject can be published to remote clients, where its public API becomes available. @@ -40,8 +40,9 @@ For more information on how to use this module, please refer to the following pages: \list - \li \l{Qt WebChannel C++ Classes} explains QWebChannel C++ API. - \li \l{Qt WebChannel QML Types} explains the WebChannel QML API. - \li The \l{Qt WebChannel Examples} show how use the API in practice. + \li \l{Qt WebChannel JavaScript API}{JavaScript API} + \li \l{Qt WebChannel C++ Classes}{C++ API} + \li \l{Qt WebChannel QML Types}{QML API} + \li \l{Qt WebChannel Examples}{Examples} - show how use the API in practice \endlist */ |