8
0
فهرست منبع

Merge remote-tracking branch 'origin/t/71' into stable

Docs: Added crosslinks between API docs and feature description. Closes #71.
Piotrek Koszuliński 7 سال پیش
والد
کامیت
47d0422093
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      packages/ckeditor5-table/src/table.js

+ 5 - 0
packages/ckeditor5-table/src/table.js

@@ -18,6 +18,11 @@ import '../theme/table.css';
 /**
 /**
  * The table plugin.
  * The table plugin.
  *
  *
+ * It loads the {@link module:table/tableediting~TableEditing table editing feature}
+ * and {@link module:table/tableui~TableUI table UI feature}.
+ *
+ * For a detailed overview, check the {@glink features/table Table feature documentation}.
+ *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin
  */
  */
 export default class Table extends Plugin {
 export default class Table extends Plugin {