Parcourir la source

Fixed API docs.

Piotrek Koszuliński il y a 9 ans
Parent
commit
48f1b13341
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      packages/ckeditor5-enter/src/entercommand.js

+ 1 - 5
packages/ckeditor5-enter/src/entercommand.js

@@ -13,11 +13,7 @@ import Command from '../core/command/command.js';
  */
  */
 export default class EnterCommand extends Command {
 export default class EnterCommand extends Command {
 	/**
 	/**
-	 * Executes command.
-	 *
-	 * @protected
-	 * @returns {Object} data Data object, available in {@link core.Command#event:afterExecute}
-	 * @returns {engine.model.Batch} data.batch Batch created and used by the command.
+	 * @inheritDoc
 	 */
 	 */
 	_doExecute() {
 	_doExecute() {
 		const doc = this.editor.document;
 		const doc = this.editor.document;