소스 검색

Add full module path to *castConversionApi @interface definition.

Maciej Gołaszewski 7 년 전
부모
커밋
9462e2f4b4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-engine/src/conversion/downcastdispatcher.js
  2. 1 1
      packages/ckeditor5-engine/src/conversion/upcastdispatcher.js

+ 1 - 1
packages/ckeditor5-engine/src/conversion/downcastdispatcher.js

@@ -631,7 +631,7 @@ function shouldMarkerChangeBeConverted( modelPosition, marker, mapper ) {
  * and is passed as one of parameters when {@link module:engine/conversion/downcastdispatcher~DowncastDispatcher dispatcher}
  * fires it's events.
  *
- * @interface DowncastConversionApi
+ * @interface module:engine/conversion/downcastdispatcher~DowncastConversionApi
  */
 
 /**

+ 1 - 1
packages/ckeditor5-engine/src/conversion/upcastdispatcher.js

@@ -436,7 +436,7 @@ function createContextTree( contextDefinition, writer ) {
  * and is passed as one of parameters when {@link module:engine/conversion/upcastdispatcher~UpcastDispatcher dispatcher}
  * fires it's events.
  *
- * @interface UpcastConversionApi
+ * @interface module:engine/conversion/upcastdispatcher~UpcastConversionApi
  */
 
 /**