Bladeren bron

Docs: Added missing module docs. [skip ci]

Piotrek Koszuliński 8 jaren geleden
bovenliggende
commit
534075900e

+ 4 - 0
packages/ckeditor5-ui/src/dropdown/dropdownmodel.jsdoc

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

+ 4 - 0
packages/ckeditor5-ui/src/dropdown/list/listdropdownmodel.jsdoc

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

+ 4 - 0
packages/ckeditor5-ui/src/dropdown/list/listdropdownview.jsdoc

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