diff options
author | Kevin Wright <kevin.wright@nokia.com> | 2011-11-24 15:34:39 (GMT) |
---|---|---|
committer | Kevin Wright <kevin.wright@nokia.com> | 2011-11-24 15:34:39 (GMT) |
commit | fd3ea6af34cf72b104b6c45a1ed163463339af0f (patch) | |
tree | 0f828857e5923fdfce66be3925fa39eb7b83bdf1 /doc | |
parent | 0272b55b500d02ae64637635dfd33308a2a700e7 (diff) | |
download | Qt-fd3ea6af34cf72b104b6c45a1ed163463339af0f.zip Qt-fd3ea6af34cf72b104b6c45a1ed163463339af0f.tar.gz Qt-fd3ea6af34cf72b104b6c45a1ed163463339af0f.tar.bz2 |
Fixed lists to be ordered lists and added curly brackets
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 */ |