瀏覽代碼

Fixed API docs.

Piotrek Koszuliński 9 年之前
父節點
當前提交
48f1b13341
共有 1 個文件被更改,包括 1 次插入5 次删除
  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;