Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
API docs fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Dec 21, 2017
1 parent 2ef1319 commit f864e43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/model/utils/deletecontent.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Range from '../range';
/**
* Deletes content of the selection and merge siblings. The resulting selection is always collapsed.
*
* @param {module:engine/controller/datacontroller~DataController} dataController The data controller in context of which the insertion
* @param {module:engine/model/model~Model} model The model in context of which the insertion
* should be performed.
* @param {module:engine/model/selection~Selection} selection Selection of which the content should be deleted.
* @param {module:engine/model/batch~Batch} batch Batch to which the deltas will be added.
Expand Down
2 changes: 1 addition & 1 deletion src/model/utils/getselectedcontent.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Position from '../position';
*
* <quote><h>st</h></quote><p>se</p>
*
* @param {module:engine/controller/datacontroller~DataController} dataController The data controller in context of which
* @param {module:engine/model/model~Model} model The model in context of which
* the selection modification should be performed.
* @param {module:engine/model/selection~Selection} selection The selection of which content will be returned.
* @returns {module:engine/model/documentfragment~DocumentFragment}
Expand Down
2 changes: 1 addition & 1 deletion src/model/utils/insertcontent.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import log from '@ckeditor/ckeditor5-utils/src/log';
* which change the {@link module:engine/model/model~Model#insertContent}
* method's behavior.
*
* @param {module:engine/controller/datacontroller~DataController} dataController The data controller in context of which the insertion
* @param {module:engine/model/model~Model} model The model in context of which the insertion
* should be performed.
* @param {module:engine/model/documentfragment~DocumentFragment|module:engine/model/item~Item} content The content to insert.
* @param {module:engine/model/selection~Selection} selection Selection into which the content should be inserted.
Expand Down
2 changes: 1 addition & 1 deletion src/model/utils/modifyselection.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { isInsideSurrogatePair, isInsideCombinedSymbol } from '@ckeditor/ckedito
*
* **Note:** if you extend a forward selection in a backward direction you will in fact shrink it.
*
* @param {module:engine/controller/datacontroller~DataController} dataController The data controller in context of which
* @param {module:engine/model/model~Model} model The model in context of which
* the selection modification should be performed.
* @param {module:engine/model/selection~Selection} selection The selection to modify.
* @param {Object} [options]
Expand Down

0 comments on commit f864e43

Please sign in to comment.