8
0
Oskar Wróbel 6 жил өмнө
parent
commit
3202868173

+ 4 - 1
packages/ckeditor5-remove-format/src/removeformatediting.js

@@ -14,7 +14,7 @@ import RemoveFormatCommand from './removeformatcommand';
 /**
 /**
  * The remove format editing plugin.
  * The remove format editing plugin.
  *
  *
- * It registers the `'removeFormat'` command.
+ * It registers the {@link module:remove-format/removeformatcommand~RemoveFormatCommand removeFormat} command.
  *
  *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin
  */
  */
@@ -26,6 +26,9 @@ export default class RemoveFormatEditing extends Plugin {
 		return 'RemoveFormatEditing';
 		return 'RemoveFormatEditing';
 	}
 	}
 
 
+	/**
+	 * @inheritDoc
+	 */
 	init() {
 	init() {
 		const editor = this.editor;
 		const editor = this.editor;