summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit version \inqmlmoduleKai Koehne2015-12-101-1/+1
| | | | | | | Also bump version in \qmlmodule QtWebEngine 1.2 Change-Id: I4d0379a3a46548e626508a8cf1fad51f742c8ddb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Update QtWebEngine version in module overviewKai Koehne2015-12-011-2/+1
| | | | | | | | Also remove QtQuick import. This one is not specific for the module. Change-Id: I0cdbb0f36823e109e0b4b93e65ae3de59aebd2b7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Doc: remove include and linking instructions from front pageLeena Miettinen2015-12-011-0/+7
| | | | | | | | Make sure that the instructions are visible on the linked page for each module. Change-Id: I47625bd8eb19ddf1f94e1bafb49f132216a0c069 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Doc: Use \qml for code snippets where possibleTopi Reinio2015-10-081-1/+1
| | | | | | | | | | | | QDoc's QML parser works OK for code snippets that include a full type declaration; use \qml for these snippets to get autolinking to QML types working. Use \badcode for codeblocks that are not code or have nothing to link to. Change-Id: Iffd2f356bf0b3efc854a3755873e66f8c9478cac Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Merge branch '5.5' into 5.6Allan Sandfeld Jensen2015-09-081-2/+2
| | | | Change-Id: Idafba4d47393638cfc72fd02be092b67bb8cbd8c
* Doc: reorganize and rename docsLeena Miettinen2015-08-191-0/+39
- Move general docs to src/webengine/doc/src - Remove a dedicated .qdocconf for Qt WebEngine Core, build its documentation as part of Qt WebEngine - Describe all Qt WebEngine modules on the Qt WebEngine index and overview pages - Add a wireframe drawing on the architecture Change-Id: Ib4261d1a16bbaf313d0f858515184a96dab524a5 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>