瀏覽代碼

Docs: Update FontFamily & FontSize plugin docs.

Maciej Gołaszewski 8 年之前
父節點
當前提交
122071e9f7
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 3 1
      packages/ckeditor5-font/src/fontfamily.js
  2. 2 0
      packages/ckeditor5-font/src/fontsize.js

+ 3 - 1
packages/ckeditor5-font/src/fontfamily.js

@@ -12,7 +12,9 @@ import FontFamilyEditing from './fontfamily/fontfamilyediting';
 import FontFamilyUI from './fontfamily/fontfamilyui';
 
 /**
- * The Font Size plugin.
+ * The Font Family plugin.
+ *
+ * It requires {@link module:font/fontfamilyediting~FontFamilyEditing} and {@link module:font/fontfamilyui~FontFamilyUI} plugins.
  *
  * @extends module:core/plugin~Plugin
  */

+ 2 - 0
packages/ckeditor5-font/src/fontsize.js

@@ -14,6 +14,8 @@ import FontSizeUI from './fontsize/fontsizeui';
 /**
  * The Font Size plugin.
  *
+ * It requires {@link module:font/fontsizeediting~FontSizeEditing} and {@link module:font/fontsizeui~FontSizeUI} plugins.
+ *
  * @extends module:core/plugin~Plugin
  */
 export default class FontSize extends Plugin {