aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/localstorage/doc/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-02-19 11:16:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-20 14:10:45 +0100
commit9565fb9f360b053f47aa46c5112c86925c7e225f (patch)
tree6199252d404b48c107dc89ee4e2505a9de78aa3a /examples/quick/localstorage/doc/src
parenta76e297b30686557de1a773ba9752b23b9700b13 (diff)
Doc: Fix paths and add missing project files for QML and Quick examples
This change fixes a number of 'example path does not exist' warnings from qdoc, and adds .qmlproject files for pure qml examples so they'll appear correctly in the example manifest files. Change-Id: Id0a424c4826fb5d8ebe6c3309bf33b976ff8477c Reviewed-by: Geir Vattekar <geir.vattekar@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/quick/localstorage/doc/src')
-rw-r--r--examples/quick/localstorage/doc/src/localstorage.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/localstorage/doc/src/localstorage.qdoc b/examples/quick/localstorage/doc/src/localstorage.qdoc
index d3b7fef798..f4dfa56dcf 100644
--- a/examples/quick/localstorage/doc/src/localstorage.qdoc
+++ b/examples/quick/localstorage/doc/src/localstorage.qdoc
@@ -26,13 +26,13 @@
****************************************************************************/
/*!
\title QtQuick Examples - Local Storage
- \example localstorage
- \brief This is a collection of QML local storage examples
+ \example quick/localstorage
+ \brief A collection of QML local storage examples.
\image qml-localstorage-example.png
This is a collection of small QML examples relating to local storage functionality.
- Hello World demos creating a simple SQL table and how to do inserting/selecting operations.
+ \e {Hello World} demonstrates creating a simple SQL table and doing insert/select operations.
*/