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 лет назад
Родитель
Сommit
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.
  *
+ * 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
  */
 export default class Table extends Plugin {