diff --git a/src/controls/Button.qml b/src/controls/Button.qml
index ccf1973bdf87f4b8fc4763761d88540339ebae97..742696c6a2e822d2f6b74c027dc8d18c74a6ea0d 100644
--- a/src/controls/Button.qml
+++ b/src/controls/Button.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype Button
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief A push button with a text label.
 
diff --git a/src/controls/CheckBox.qml b/src/controls/CheckBox.qml
index 8b3ce5eaa1385cc376ca69e1e7b324c46d4a3e85..46f9068d267e6fb04c71d056de8d97abbbd3ed44 100644
--- a/src/controls/CheckBox.qml
+++ b/src/controls/CheckBox.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype CheckBox
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief A checkbox with a text label.
 
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml
index 110e3db1aac3bb7bc531202aa1c527e8bc12f419..366ed78f280216ee8f40bd4dbdb1ddbcb5b07a40 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype ComboBox
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief Provides a drop-down list functionality.
 
diff --git a/src/controls/GroupBox.qml b/src/controls/GroupBox.qml
index 4f1c0fd0ef5c5624dd6b8177232f1b8012cec27f..52be7dc58c55b9c0d46a98db6d8686205067584d 100644
--- a/src/controls/GroupBox.qml
+++ b/src/controls/GroupBox.qml
@@ -46,6 +46,7 @@ import QtQuick.Controls.Styles 1.0
 /*!
     \qmltype GroupBox
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief GroupBox provides a group box frame with a title.
 
diff --git a/src/controls/Label.qml b/src/controls/Label.qml
index db6de97f4c57a2cebca99b88820f7bd0217a45b2..c4ce0ded81f65a2fb44afec0176b31f295a4770c 100644
--- a/src/controls/Label.qml
+++ b/src/controls/Label.qml
@@ -43,6 +43,7 @@ import QtQuick 2.1
 /*!
     \qmltype Label
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief A text label.
 
diff --git a/src/controls/Menu.qml b/src/controls/Menu.qml
index a65f76e365fce34065e82e5cb48343748dff47a7..35fe21bb2eab393e45fea170e934f3f01a3d82f4 100644
--- a/src/controls/Menu.qml
+++ b/src/controls/Menu.qml
@@ -46,6 +46,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype Menu
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup menus
     \brief Provides a menu component for use in menu bars, as context menu,
     and other popup menus.
diff --git a/src/controls/MenuBar.qml b/src/controls/MenuBar.qml
index 80662c851ff3574c19d2e8d9503bcd6e9083a273..95d215c0001eeb90aca081fb436f49c40746610f 100644
--- a/src/controls/MenuBar.qml
+++ b/src/controls/MenuBar.qml
@@ -46,6 +46,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype MenuBar
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup menus
     \brief Provides a horizontal menu bar.
 
diff --git a/src/controls/ProgressBar.qml b/src/controls/ProgressBar.qml
index b379bb8ba8eef1ae0fc48e183b5e85ba6ee52699..db476b7d112765d521afe8ffbd5b01c6ac0fc41c 100644
--- a/src/controls/ProgressBar.qml
+++ b/src/controls/ProgressBar.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype ProgressBar
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief A progress indicator.
 
diff --git a/src/controls/RadioButton.qml b/src/controls/RadioButton.qml
index e317393458f9e7b22c3cda3e55f7086209556b83..7fb4decdaa5260142b7d8e3e72168081bc817879 100644
--- a/src/controls/RadioButton.qml
+++ b/src/controls/RadioButton.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype RadioButton
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief A radio button with a text label.
 
diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml
index 3cc5111985538de47bb45e27592aac6acfdb835a..b7bdd7be66fb3ba10102addd7b405c5457f2c8a6 100644
--- a/src/controls/Slider.qml
+++ b/src/controls/Slider.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype Slider
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief Provides a vertical or horizontal slider control.
 
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml
index c9736748c6dc29bf1a43df87077b8118f957da3a..6d366dc3ac06d53b5551b3a86fa158db6ce827e0 100644
--- a/src/controls/SpinBox.qml
+++ b/src/controls/SpinBox.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype SpinBox
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief Provides a spin box control.
 
diff --git a/src/controls/SplitView.qml b/src/controls/SplitView.qml
index 2c64e41945d44bc806907345d3c5d0594b3e9cbf..b26abc0dbb2f723df88e762e7a23aee2f5b216fc 100644
--- a/src/controls/SplitView.qml
+++ b/src/controls/SplitView.qml
@@ -46,6 +46,7 @@ import QtQuick.Controls.Private 1.0 as Private
 /*!
     \qmltype SplitView
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup views
     \brief Lays out items with a draggable splitter between each item.
 
diff --git a/src/controls/StackView.qml b/src/controls/StackView.qml
index 75d2805657bf8b4e219b05e87f0b400e74f2d50c..c7b2366f2eb6b53a4115a62748ddc92a1fad0641 100644
--- a/src/controls/StackView.qml
+++ b/src/controls/StackView.qml
@@ -48,6 +48,7 @@ import "Private/StackView.js" as JSArray
     \inherits Item
     \ingroup views
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
 
     \brief Provides a stack-based navigation model.
 
diff --git a/src/controls/StackViewDelegate.qml b/src/controls/StackViewDelegate.qml
index 0a3f2560867eaa0224c148f86e8ad85e43095ec8..0e24996556112a8f00fb56527719162d1e5d16f5 100644
--- a/src/controls/StackViewDelegate.qml
+++ b/src/controls/StackViewDelegate.qml
@@ -43,6 +43,7 @@ import QtQuick 2.1
 /*!
         \qmltype StackViewDelegate
         \inqmlmodule QtQuick.Controls 1.0
+        \since QtQuick.Controls 1.0
 
         \brief A delegate used by StackView for loading transitions.
 
diff --git a/src/controls/Tab.qml b/src/controls/Tab.qml
index 5f1eacfa84652d3da42c12f4c09a36adf25ed2be..0f88e2388a291aab280d19ac270bc984a2a21e69 100644
--- a/src/controls/Tab.qml
+++ b/src/controls/Tab.qml
@@ -43,6 +43,7 @@ import QtQuick 2.1
 /*!
     \qmltype Tab
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup viewaddons
     \brief Tab represents the content of a tab in a TabView.
 
diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml
index 456f4ba78476c53d3630b2262e5d16b85d28775f..6bcaab75cd83b227d9229f47bb016823b05ca101 100644
--- a/src/controls/TabView.qml
+++ b/src/controls/TabView.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype TabView
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup views
     \brief A control that allows the user to select one of multiple stacked items.
 
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 0917158f87890f644e42900d1bc9c3976754853d..b4e67cd632964327e4ca4e08375f02be32a765ea 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
 /*!
    \qmltype TableView
    \inqmlmodule QtQuick.Controls 1.0
+   \since QtQuick.Controls 1.0
    \ingroup views
    \brief Provides a list view with scroll bars, styling and header sections.
 
diff --git a/src/controls/TableViewColumn.qml b/src/controls/TableViewColumn.qml
index fe83561eee1ba0476d3265667eeb2da9f9156d13..919f30de455787582dae7d93f06197f8ccc9df7c 100644
--- a/src/controls/TableViewColumn.qml
+++ b/src/controls/TableViewColumn.qml
@@ -43,6 +43,7 @@ import QtQuick 2.1
 /*!
     \qmltype TableViewColumn
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup viewitems
     \brief Used to define columns in a \l TableView.
 */
diff --git a/src/controls/TextArea.qml b/src/controls/TextArea.qml
index d28f65569efb187ace8f5e240e092f4c5f5119bf..a818779a3539d7ae68dfcfe71d0bf82977385b1d 100644
--- a/src/controls/TextArea.qml
+++ b/src/controls/TextArea.qml
@@ -44,6 +44,7 @@ import QtQuick.Controls.Private 1.0
 /*!
     \qmltype TextArea
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief Displays multiple lines of editable formatted text.
 
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index 7ce75ee96d6fc3d4c26f442c1fae82cbabf676a7..a8c7ee1b38aabd528aa7e0b500b862e023134ba0 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -46,6 +46,7 @@ import "Styles"
 /*!
     \qmltype TextField
     \inqmlmodule QtQuick.Controls 1.0
+    \since QtQuick.Controls 1.0
     \ingroup controls
     \brief Displays a single line of editable plain text.