Przeglądaj źródła

Docs: Add crosslinks between API docs and feature description.

Maciej Gołaszewski 7 lat temu
rodzic
commit
ec3f1d0910
1 zmienionych plików z 5 dodań i 0 usunięć
  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 {