8
0
Prechádzať zdrojové kódy

Fix modules definitions.

Maciej Gołaszewski 6 rokov pred
rodič
commit
65650bb26a

+ 1 - 1
packages/ckeditor5-restricted-editing/src/restricteddocument.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module core/restricteddocument
+ * @module restricted-editing/restricteddocument
  */
 
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';

+ 1 - 1
packages/ckeditor5-restricted-editing/src/restricteddocumentcommand.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module core/restricteddocumentcommand
+ * @module restricted-editing/restricteddocumentcommand
  */
 
 import Command from '@ckeditor/ckeditor5-core/src/command';

+ 1 - 1
packages/ckeditor5-restricted-editing/src/restricteddocumentediting.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module core/restricteddocumentediting
+ * @module restricted-editing/restricteddocumentediting
  */
 
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';

+ 1 - 1
packages/ckeditor5-restricted-editing/src/restricteddocumentui.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module core/restricteddocumentui
+ * @module restricted-editing/restricteddocumentui
  */
 
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';