8
0
Просмотр исходного кода

Docs: Add crosslinks between API docs and feature description.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
ec3f1d0910
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 {