@@ -1,3 +1,8 @@
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
/**
* @namespace core
*/
@@ -0,0 +1,3 @@
+ * @namespace core.treeView
* Core → TreeModel → Operation namespace (`core.treeModel.operation`).
* @namespace core.treeModel.operation
@@ -138,6 +138,7 @@ export default class Selection {
* Removes all ranges that were added to the selection. Fires update event.
+ *
removeAllRanges() {
this.detach();
* @namespace core.treeView