summaryrefslogtreecommitdiffstats
path: root/examples/sql/doc
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2012-11-28 17:04:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-29 13:51:54 +0100
commit4727bb59912484b7f67a56b1fbed4919d5b71c19 (patch)
tree4cfcdffc04316ca5e82f60fe812ce24d04488c36 /examples/sql/doc
parenta4c7340b73fb93813b74001301b274b42990a896 (diff)
Add \brief to the examples.
That is used by qdoc to generate brief descriptions for the example manifests. Change-Id: I142a6d3259f90d0c9990033b3c36e139062ac343 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/sql/doc')
-rw-r--r--examples/sql/doc/src/cachedtable.qdoc2
-rw-r--r--examples/sql/doc/src/drilldown.qdoc2
-rw-r--r--examples/sql/doc/src/masterdetail.qdoc2
-rw-r--r--examples/sql/doc/src/querymodel.qdoc2
-rw-r--r--examples/sql/doc/src/relationaltablemodel.qdoc2
-rw-r--r--examples/sql/doc/src/sqlbrowser.qdoc2
-rw-r--r--examples/sql/doc/src/sqlwidgetmapper.qdoc2
-rw-r--r--examples/sql/doc/src/tablemodel.qdoc2
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/sql/doc/src/cachedtable.qdoc b/examples/sql/doc/src/cachedtable.qdoc
index 3b061040a1..7022799615 100644
--- a/examples/sql/doc/src/cachedtable.qdoc
+++ b/examples/sql/doc/src/cachedtable.qdoc
@@ -29,7 +29,7 @@
\example cachedtable
\title Cached Table Example
- The Cached Table example shows how a table view can be used to access a database,
+ \brief The Cached Table example shows how a table view can be used to access a database,
caching any changes to the data until the user explicitly submits them using a
push button.
diff --git a/examples/sql/doc/src/drilldown.qdoc b/examples/sql/doc/src/drilldown.qdoc
index 7c9c1cc36d..c03ce47d6c 100644
--- a/examples/sql/doc/src/drilldown.qdoc
+++ b/examples/sql/doc/src/drilldown.qdoc
@@ -29,7 +29,7 @@
\example drilldown
\title Drill Down Example
- The Drill Down example shows how to read data from a database as
+ \brief The Drill Down example shows how to read data from a database as
well as submit changes, using the QSqlRelationalTableModel and
QDataWidgetMapper classes.
diff --git a/examples/sql/doc/src/masterdetail.qdoc b/examples/sql/doc/src/masterdetail.qdoc
index 20d64d9401..62ccdc7793 100644
--- a/examples/sql/doc/src/masterdetail.qdoc
+++ b/examples/sql/doc/src/masterdetail.qdoc
@@ -29,7 +29,7 @@
\example masterdetail
\title Master Detail Example
- The Master Detail Example shows how to present data from different
+ \brief The Master Detail Example shows how to present data from different
data sources in the same application. The album titles, and the
corresponding artists and release dates, are kept in a
database, while each album's tracks are stored in an XML
diff --git a/examples/sql/doc/src/querymodel.qdoc b/examples/sql/doc/src/querymodel.qdoc
index 7ac175c82f..e606bf0f43 100644
--- a/examples/sql/doc/src/querymodel.qdoc
+++ b/examples/sql/doc/src/querymodel.qdoc
@@ -29,7 +29,7 @@
\example querymodel
\title Query Model Example
- The Query Model example shows how to make customized versions of
+ \brief The Query Model example shows how to make customized versions of
data obtained from a SQL query, using a model that encapsulates
the query and table views to display the results.
diff --git a/examples/sql/doc/src/relationaltablemodel.qdoc b/examples/sql/doc/src/relationaltablemodel.qdoc
index a3e787053d..e889d19ead 100644
--- a/examples/sql/doc/src/relationaltablemodel.qdoc
+++ b/examples/sql/doc/src/relationaltablemodel.qdoc
@@ -29,7 +29,7 @@
\example relationaltablemodel
\title Relational Table Model Example
- The Relational Table Model example shows how to use table views with a relational
+ \brief The Relational Table Model example shows how to use table views with a relational
model to visualize the relations between items in a database.
\image relationaltablemodel-example.png
diff --git a/examples/sql/doc/src/sqlbrowser.qdoc b/examples/sql/doc/src/sqlbrowser.qdoc
index 8f107ed84c..a986cb251a 100644
--- a/examples/sql/doc/src/sqlbrowser.qdoc
+++ b/examples/sql/doc/src/sqlbrowser.qdoc
@@ -29,7 +29,7 @@
\example sqlbrowser
\title SQL Browser
- The SQL Browser example shows how a data browser can be used to visualize
+ \brief The SQL Browser example shows how a data browser can be used to visualize
the results of SQL statements on a live database.
\image sqlbrowser-demo.png
diff --git a/examples/sql/doc/src/sqlwidgetmapper.qdoc b/examples/sql/doc/src/sqlwidgetmapper.qdoc
index 805acf3288..f0c80dd44b 100644
--- a/examples/sql/doc/src/sqlwidgetmapper.qdoc
+++ b/examples/sql/doc/src/sqlwidgetmapper.qdoc
@@ -29,7 +29,7 @@
\example sqlwidgetmapper
\title SQL Widget Mapper Example
- The SQL Widget Mapper example shows how to use a map information from a
+ \brief The SQL Widget Mapper example shows how to use a map information from a
database to widgets on a form.
\image sql-widget-mapper.png
diff --git a/examples/sql/doc/src/tablemodel.qdoc b/examples/sql/doc/src/tablemodel.qdoc
index 42eec3e4f6..eb0de61a58 100644
--- a/examples/sql/doc/src/tablemodel.qdoc
+++ b/examples/sql/doc/src/tablemodel.qdoc
@@ -29,7 +29,7 @@
\example tablemodel
\title Table Model Example
- The Table Model example shows how to use a specialized SQL table model with table
+ \brief The Table Model example shows how to use a specialized SQL table model with table
views to edit information in a database.
\image tablemodel-example.png