8
0
Просмотр исходного кода

Update links to DowncastConversionApi.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
0c66fff11d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/ckeditor5-engine/src/conversion/downcasthelpers.js

+ 2 - 1
packages/ckeditor5-engine/src/conversion/downcasthelpers.js

@@ -263,7 +263,8 @@ export default class DowncastHelpers extends ConversionHelpers {
 	 *
 	 * If a function is passed as the `config.view` parameter, it will be used to generate both boundary elements. The function
 	 * receives the `data` object as a parameter and should return an instance of the
-	 * {@link module:engine/view/uielement~UIElement view UI element}. The `data` and `conversionApi` objects are passed from
+	 * {@link module:engine/view/uielement~UIElement view UI element}. The `data` object and
+	 * {@link module:engine/conversion/downcastdispatcher~DowncastConversionApi `conversionApi`} are passed from
 	 * {@link module:engine/conversion/downcastdispatcher~DowncastDispatcher#event:addMarker}. Additionally,
 	 * the `data.isOpening` parameter is passed, which is set to `true` for the marker start boundary element, and `false` to
 	 * the marker end boundary element.