diff options
author | Paul Wicking <paul.wicking@qt.io> | 2018-06-18 15:42:24 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2018-06-19 09:54:24 +0000 |
commit | 3b71eea2e6e712103452c98756cd6ce53aa4ebca (patch) | |
tree | 2b2284a8794a3db83483d33089749ab711330c1d /src/controls/doc | |
parent | 191a2fe59cbaf7603d502fa764b4737f49422010 (diff) | |
download | qtquickcontrols-3b71eea2e6e712103452c98756cd6ce53aa4ebca.tar.gz |
Doc: Add missing dots (qtquickcontrols)
Task-number: QTBUG-68933
Change-Id: I3731b82ecae0a43878b694e681300bef7c36ea62
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/controls/doc')
3 files changed, 5 insertions, 5 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-examples.qdoc b/src/controls/doc/src/qtquickcontrols-examples.qdoc index 08f61e10..fff6103e 100644 --- a/src/controls/doc/src/qtquickcontrols-examples.qdoc +++ b/src/controls/doc/src/qtquickcontrols-examples.qdoc @@ -208,7 +208,7 @@ \example touch \title Qt Quick Controls - Touch Gallery \ingroup qtquickcontrols_examples - \brief Demonstrates UI controls for a touch interface + \brief Demonstrates UI controls for a touch interface. \image qtquickcontrols-example-touch.png \e {Touch Gallery} demonstrates how to implement a UI suitable for touch @@ -454,7 +454,7 @@ \example calendar \title Qt Quick Controls - Calendar Example \ingroup qtquickcontrols_examples - \brief Demonstrates the use of Calendar control + \brief Demonstrates the use of Calendar control. \image qtquickcontrols-example-calendar.png The Calendar example displays a Calendar control and an events list for @@ -542,7 +542,7 @@ \example styles \title Qt Quick Controls - Styles Example \ingroup qtquickcontrols_examples - \brief Demonstrates custom styles + \brief Demonstrates custom styles. \image qtquickcontrols-example-styles.png This example shows how to create custom styles for \l{Qt Quick Controls}. diff --git a/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc b/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc index efb4094d..51f7ca8b 100644 --- a/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc +++ b/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc @@ -32,7 +32,7 @@ \since 5.1 \ingroup viewsstyling \ingroup controlsstyling - \brief Provides custom styling for TableView + \brief Provides custom styling for TableView. */ /*! diff --git a/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc b/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc index 4e135f26..224621aa 100644 --- a/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc +++ b/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc @@ -32,7 +32,7 @@ \since 5.5 \ingroup viewsstyling \ingroup controlsstyling - \brief Provides custom styling for TreeView + \brief Provides custom styling for TreeView. */ /*! |