Browse Source

Fixed API docs.

Piotrek Koszuliński 9 years ago
parent
commit
48f1b13341
1 changed files with 1 additions and 5 deletions
  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;