Explorar o código

Fixed API docs.

Piotrek Koszuliński %!s(int64=9) %!d(string=hai) anos
pai
achega
48f1b13341
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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 {
 	/**
-	 * 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() {
 		const doc = this.editor.document;