Sfoglia il codice sorgente

Add full module path to *castConversionApi @interface definition.

Maciej Gołaszewski 7 anni fa
parent
commit
9462e2f4b4

+ 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
  */
 
 /**