소스 검색

Update documentation for *.jsdoc files.

Maciej Gołaszewski 9 년 전
부모
커밋
10de9fa6e3

+ 5 - 0
packages/ckeditor5-engine/src/core.jsdoc

@@ -1,3 +1,8 @@
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
 /**
  * @namespace core
  */

+ 3 - 0
packages/ckeditor5-engine/src/treemodel.jsdoc

@@ -0,0 +1,3 @@
+/**
+ * @namespace core.treeView
+ */

+ 5 - 0
packages/ckeditor5-engine/src/treemodel/operation.jsdoc

@@ -1,3 +1,8 @@
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
 /**
  * Core → TreeModel → Operation namespace (`core.treeModel.operation`).
  * @namespace core.treeModel.operation

+ 1 - 0
packages/ckeditor5-engine/src/treemodel/selection.js

@@ -138,6 +138,7 @@ export default class Selection {
 
 	/**
 	 * Removes all ranges that were added to the selection. Fires update event.
+	 *
 	 */
 	removeAllRanges() {
 		this.detach();

+ 5 - 0
packages/ckeditor5-engine/src/treeview.jsdoc

@@ -1,3 +1,8 @@
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
 /**
  * @namespace core.treeView
  */