Explorar o código

Docs corrections.

Krzysztof Krztoń %!s(int64=9) %!d(string=hai) anos
pai
achega
01b6ec2c5a
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      packages/ckeditor5-typing/src/input.js

+ 4 - 1
packages/ckeditor5-typing/src/input.js

@@ -91,6 +91,7 @@ export default class Input extends Plugin {
 	/**
 	 * Handles DOM mutations.
 	 *
+	 * @private
 	 * @param {Array.<module:engine/view/document~MutatatedText|module:engine/view/document~MutatatedChildren>} mutations
 	 * @param {module:engine/view/selection~Selection|null} viewSelection
 	 */
@@ -123,6 +124,7 @@ class MutationHandler {
 		/**
 		 * The editing controller.
 		 *
+		 * @readonly
 		 * @member {module:engine/controller/editingcontroller~EditingController} #editing
 		 */
 		this.editing = this.editor.editing;
@@ -130,7 +132,8 @@ class MutationHandler {
 		/**
 		 * The change buffer;
 		 *
-		 * @type {module:typing/changebuffer~ChangeBuffer} #buffer
+		 * @readonly
+		 * @member {module:typing/changebuffer~ChangeBuffer} #buffer
 		 */
 		this.buffer = buffer;
 	}