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

Commit

Permalink
Add full module path to *castConversionApi @interface definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jan 4, 2019
1 parent e37a8a2 commit d8723e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/conversion/downcastdispatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/conversion/upcastdispatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/**
Expand Down

0 comments on commit d8723e1

Please sign in to comment.