Răsfoiți Sursa

Docs: Fixed @link usage. [skip ci]

Piotrek Koszuliński 7 ani în urmă
părinte
comite
409991f6ca

+ 2 - 2
packages/ckeditor5-ui/src/panel/balloon/contextualballoon.js

@@ -14,7 +14,7 @@ import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
 /**
 /**
  * Provides the common contextual balloon panel for the editor.
  * Provides the common contextual balloon panel for the editor.
  *
  *
- * This plugin allows reusing a single {module:ui/panel/balloon/balloonpanelview~BalloonPanelView} instance
+ * This plugin allows reusing a single {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView} instance
  * to display multiple contextual balloon panels in the editor.
  * to display multiple contextual balloon panels in the editor.
  *
  *
  * Child views of such a panel are stored in the stack and the last one in the stack is visible. When the
  * Child views of such a panel are stored in the stack and the last one in the stack is visible. When the
@@ -22,7 +22,7 @@ import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
  * views in the stack, the balloon panel will hide.
  * views in the stack, the balloon panel will hide.
  *
  *
  * It simplifies managing the views and helps
  * It simplifies managing the views and helps
- * avoid the unnecessary complexity of handling multiple {module:ui/panel/balloon/balloonpanelview~BalloonPanelView}
+ * avoid the unnecessary complexity of handling multiple {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView}
  * instances in the editor.
  * instances in the editor.
  *
  *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin

+ 1 - 1
packages/ckeditor5-ui/src/template.js

@@ -1348,7 +1348,7 @@ function extendObjectValueArray( obj, ext ) {
 }
 }
 
 
 // A helper for {@link module:ui/template~Template#extend}. Recursively extends {@link module:ui/template~Template} instance
 // A helper for {@link module:ui/template~Template#extend}. Recursively extends {@link module:ui/template~Template} instance
-// with content from {module:ui/template~TemplateDefinition}. See {@link module:ui/template~Template#extend} to learn more.
+// with content from {@link module:ui/template~TemplateDefinition}. See {@link module:ui/template~Template#extend} to learn more.
 //
 //
 // @param {module:ui/template~Template} def A template instance to be extended.
 // @param {module:ui/template~Template} def A template instance to be extended.
 // @param {module:ui/template~TemplateDefinition} def A definition which is to extend the template instance.
 // @param {module:ui/template~TemplateDefinition} def A definition which is to extend the template instance.