From 484f2d8c92e57cbe2c581a65a2ccf461eb68c883 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Thu, 13 Mar 2014 12:37:46 +0100 Subject: Rough port of the documentation to QtWebEngine This is a gross mechanical modification of the documentation, along with build system bindings to allow it to generate. This should allow doing iterative improvements to the documentation from now on. This fixes project-related qdoc warnings but we still need to do some serious work to get the documentation better fitting QtWebEngine. All the documentation is ported to match the current state of our headers (without trying to adapt to modified APIs yet) and we should clear the part of the documentation that we don't need at the same time that we clean up our public headers. Change-Id: I6fb4e10e8b4c1c53be7bc7c581286248ac04d4da Reviewed-by: Andras Becsi --- examples/webenginewidgets/browser/doc/src/browser.qdoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'examples/webenginewidgets/browser/doc') diff --git a/examples/webenginewidgets/browser/doc/src/browser.qdoc b/examples/webenginewidgets/browser/doc/src/browser.qdoc index 4e53de38f..85cf44b80 100644 --- a/examples/webenginewidgets/browser/doc/src/browser.qdoc +++ b/examples/webenginewidgets/browser/doc/src/browser.qdoc @@ -26,12 +26,11 @@ ****************************************************************************/ /*! - \example webkitwidgets/browser - \title Tab Browser - \brief Demonstrates a complete web browsing experience - \ingroup webkit-widgetexamples + \example browser + \title WebEngine Tab Browser Example + \brief The QtWebKit browser example ported to use QtWebEngine - The Tab Browser example shows \l{Qt WebKit} module in action, + The Tab Browser example shows the \l{Qt WebEngine Widgets} module in action, providing a little Web browser application with support for tabs. \image browser-demo.png -- cgit v1.2.3