@@ -3,6 +3,10 @@
* For licensing, see LICENSE.md.
*/
+/**
+ * @module ui/dropdown/dropdownmodel
+ */
+
/**
* The basic dropdown model interface.
*
+ * @module ui/dropdown/list/listdropdownmodel
* The list dropdown model interface.
+ * @module ui/dropdown/list/createlistdropdown
* The list dropdown view.