aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/controls
diff options
context:
space:
mode:
authorBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-12-13 17:37:02 +0100
committerVladimir Minenko <vladimir.minenko@pelagicore.com>2018-12-14 07:53:03 +0000
commit0e6743e18080e705986fe780da46e27c3c61240b (patch)
tree71d0b9d9be77b1fbc45b1f605729e2ac83e12822 /plugins/controls
parentc2f622990f91a833128f524285128ad39529fdd2 (diff)
[doc] Add missing full stops in briefs
Change-Id: Id22bb11a5a10e2114f68d39f8286968d1b49b90e Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com>
Diffstat (limited to 'plugins/controls')
-rw-r--r--plugins/controls/ListItem.qml2
-rw-r--r--plugins/controls/ListItemBasic.qml2
-rw-r--r--plugins/controls/ListItemFlatButton.qml2
-rw-r--r--plugins/controls/ListItemProgress.qml2
-rw-r--r--plugins/controls/ListItemSwitch.qml2
-rw-r--r--plugins/controls/ListItemTwoButtons.qml2
-rw-r--r--plugins/controls/ScalableBorderImage.qml2
-rw-r--r--plugins/controls/ToolsColumn.qml2
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/controls/ListItem.qml b/plugins/controls/ListItem.qml
index fc0f17bc..67198235 100644
--- a/plugins/controls/ListItem.qml
+++ b/plugins/controls/ListItem.qml
@@ -42,7 +42,7 @@ import shared.Sizes 1.0
\inqmlmodule controls
\inherits ListItemBasic
\since 5.11
- \brief The list item component of Neptune 3
+ \brief The list item component of Neptune 3.
The ListItem provides a type of a list item with one button or text at the right side
diff --git a/plugins/controls/ListItemBasic.qml b/plugins/controls/ListItemBasic.qml
index d328cd29..72d903a2 100644
--- a/plugins/controls/ListItemBasic.qml
+++ b/plugins/controls/ListItemBasic.qml
@@ -45,7 +45,7 @@ import shared.Sizes 1.0
\inqmlmodule controls
\inherits ItemDelegate
\since 5.11
- \brief The basic list item component of Neptune 3
+ \brief The basic list item component of Neptune 3.
The ListItemBasic provides a basic type of a list item with an indicator as an icon
or an image and text with subtext followed by the indicator.
diff --git a/plugins/controls/ListItemFlatButton.qml b/plugins/controls/ListItemFlatButton.qml
index 43005beb..e3eb67eb 100644
--- a/plugins/controls/ListItemFlatButton.qml
+++ b/plugins/controls/ListItemFlatButton.qml
@@ -40,7 +40,7 @@ import shared.Sizes 1.0
\inqmlmodule controls
\inherits ListItemBasic
\since 5.11
- \brief Flat button for list items and lists and notifications
+ \brief Flat button for list items and lists and notifications.
ListItemFlatButton provides a type of a list item with a flat button and close button
on the right side. The flat button supports text on one line and its width is aligned with
diff --git a/plugins/controls/ListItemProgress.qml b/plugins/controls/ListItemProgress.qml
index ad93091c..dfa5d85f 100644
--- a/plugins/controls/ListItemProgress.qml
+++ b/plugins/controls/ListItemProgress.qml
@@ -42,7 +42,7 @@ import shared.Sizes 1.0
\inqmlmodule controls
\inherits ListItemBasic
\since 5.11
- \brief The list item with progress bar component of Neptune 3
+ \brief The list item with progress bar component of Neptune 3.
The ListItemProgress provides a type of a list item with an integrated progress bar.
diff --git a/plugins/controls/ListItemSwitch.qml b/plugins/controls/ListItemSwitch.qml
index f1d468ba..89a1dafe 100644
--- a/plugins/controls/ListItemSwitch.qml
+++ b/plugins/controls/ListItemSwitch.qml
@@ -39,7 +39,7 @@ import shared.Style 1.0
\inqmlmodule controls
\inherits ListItemBasic
\since 5.11
- \brief The list item with progress bar component of Neptune 3
+ \brief The list item with progress bar component of Neptune 3.
The ListItemSwitch provides a type of a list item with a Switch at the right side.
diff --git a/plugins/controls/ListItemTwoButtons.qml b/plugins/controls/ListItemTwoButtons.qml
index a3b183e6..11224e42 100644
--- a/plugins/controls/ListItemTwoButtons.qml
+++ b/plugins/controls/ListItemTwoButtons.qml
@@ -41,7 +41,7 @@ import shared.Sizes 1.0
\inqmlmodule controls
\inherits ListItemBasic
\since 5.11
- \brief The list item with two buttons component of Neptune 3
+ \brief The list item with two buttons component of Neptune 3.
The ListItemSwitch provides a type of a list item with two tool buttons at the right side.
diff --git a/plugins/controls/ScalableBorderImage.qml b/plugins/controls/ScalableBorderImage.qml
index f32f541d..4fae1770 100644
--- a/plugins/controls/ScalableBorderImage.qml
+++ b/plugins/controls/ScalableBorderImage.qml
@@ -38,7 +38,7 @@ import shared.Sizes 1.0
\inqmlmodule controls
\inherits Item
\since 5.11
- \brief The scalable border image component of Neptune 3
+ \brief The scalable border image component of Neptune 3.
The ScalableBorderImage provides a BorderImage that scales according to Sizes.scale.
It enables a BorderImage to stretch or shrink to support any pixel density.
diff --git a/plugins/controls/ToolsColumn.qml b/plugins/controls/ToolsColumn.qml
index 383aa28e..3f92e152 100644
--- a/plugins/controls/ToolsColumn.qml
+++ b/plugins/controls/ToolsColumn.qml
@@ -41,7 +41,7 @@ import shared.utils 1.0
\inqmlmodule controls
\inherits ColumnLayout
\since 5.11
- \brief The tools column component for Neptune 3 applications
+ \brief The tools column component for Neptune 3 applications.
The ToolsColumn provides a custom column of tool buttons for Neptune 3 Applications
to follow the specification where only one of them can be selected at any given time.