diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-24 15:39:07 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-24 15:39:07 (GMT) |
commit | 7a2ea2e8d88670e4243b7125cc6cf04aa26e6ce6 (patch) | |
tree | bc4542c32f75a8f9ce769cb8b75562898e2107f6 /doc | |
parent | 2de0a8c3f4ec2c9a7b20567331a692452e9bf817 (diff) | |
parent | fd3ea6af34cf72b104b6c45a1ed163463339af0f (diff) | |
download | Qt-7a2ea2e8d88670e4243b7125cc6cf04aa26e6ce6.zip Qt-7a2ea2e8d88670e4243b7125cc6cf04aa26e6ce6.tar.gz Qt-7a2ea2e8d88670e4243b7125cc6cf04aa26e6ce6.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index 6209445..b36671e 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -391,15 +391,16 @@ */ /*! - \title Models and Views: ListView Example + \title Models and Views: ListView Examples \page qml-listview-examples.html - \l Models and Views: ListView Example - \l Models and Views: Expanding Delegate ListView Example - \l Models and Views: Highlight ListView Example - \l Models and Views: Highlight Ranges ListView Example - \l Models and Views: Sections ListView Example - + \list + \o \l {Models and Views: ListView Example} + \o \l {Models and Views: Expanding Delegate ListView Example} + \o \l {Models and Views: Highlight ListView Example} + \o \l {Models and Views: Highlight Ranges ListView Example} + \o \l {Models and Views: Sections ListView Example} + \endlist */ @@ -549,12 +550,14 @@ /*! \title Models and Views: WebView Example \page qml-webview-examples.html - - \l Models and Views: Alert WebView Example - \l Models and Views: Autosize WebView Example - \l Models and Views: GoogleMaps WebView Example - \l Models and Views: Inline HTML WebView Example - \l Models and Views: New Windows WebView Example + + \list + \o \l {Models and Views: Alert WebView Example} + \o \l {Models and Views: Autosize WebView Example} + \o \l {Models and Views: GoogleMaps WebView Example} + \o \l {Models and Views: Inline HTML WebView Example} + \o \l {Models and Views: New Windows WebView Example} + \endlist */ |