summaryrefslogtreecommitdiffstats
path: root/examples/tools
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools')
-rw-r--r--examples/tools/doc/contiguouscache.qdoc2
-rw-r--r--examples/tools/doc/src/customcompleter.qdoc2
-rw-r--r--examples/tools/doc/src/customtype.qdoc2
-rw-r--r--examples/tools/doc/textfinder.qdoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/tools/doc/contiguouscache.qdoc b/examples/tools/doc/contiguouscache.qdoc
index 901da1e446..510f8bafae 100644
--- a/examples/tools/doc/contiguouscache.qdoc
+++ b/examples/tools/doc/contiguouscache.qdoc
@@ -29,7 +29,7 @@
\example contiguouscache
\title Contiguous Cache Example
- The Contiguous Cache example shows how to use QContiguousCache to manage memory usage for
+ \brief The Contiguous Cache example shows how to use QContiguousCache to manage memory usage for
very large models. In some environments memory is limited and, even when it
isn't, users still dislike an application using excessive memory.
Using QContiguousCache to manage a list, rather than loading
diff --git a/examples/tools/doc/src/customcompleter.qdoc b/examples/tools/doc/src/customcompleter.qdoc
index d1000dbcc8..ed56cd10db 100644
--- a/examples/tools/doc/src/customcompleter.qdoc
+++ b/examples/tools/doc/src/customcompleter.qdoc
@@ -29,7 +29,7 @@
\example customcompleter
\title Custom Completer Example
- The Custom Completer example shows how to provide string-completion
+ \brief The Custom Completer example shows how to provide string-completion
facilities for an input widget based on data provided by a model. The
completer pops up suggestions for possible words based on the first three
characters input by the user and the user's choice of word is inserted
diff --git a/examples/tools/doc/src/customtype.qdoc b/examples/tools/doc/src/customtype.qdoc
index 50f76bda8a..243e3a6232 100644
--- a/examples/tools/doc/src/customtype.qdoc
+++ b/examples/tools/doc/src/customtype.qdoc
@@ -29,7 +29,7 @@
\example tools/customtype
\title Custom Type Example
- The Custom Type example shows how to integrate a custom type into Qt's
+ \brief The Custom Type example shows how to integrate a custom type into Qt's
meta-object system.
Contents:
diff --git a/examples/tools/doc/textfinder.qdoc b/examples/tools/doc/textfinder.qdoc
index aeb3570dc7..f958cf8623 100644
--- a/examples/tools/doc/textfinder.qdoc
+++ b/examples/tools/doc/textfinder.qdoc
@@ -29,7 +29,7 @@
\example uitools/textfinder
\title Text Finder Example
- The Text Finder example demonstrates how to dynamically process forms
+ \brief The Text Finder example demonstrates how to dynamically process forms
using the QtUiTools module. Dynamic form processing enables a form to
be processed at run-time only by changing the UI file for the project.
The program allows the user to look up a particular word within the