8
0
Эх сурвалжийг харах

Add missing docs for glue plugins.

Maciej Gołaszewski 6 жил өмнө
parent
commit
8dccac8255

+ 2 - 2
packages/ckeditor5-table/src/tablecellproperties.js

@@ -15,8 +15,8 @@ import TableCellPropertiesEditing from './tablecellproperties/tablecellpropertie
  * The table cell properties feature.
  *
  * This is a "glue" plugin which loads the
- * {@link module:table/tablecellproperties/tablecellpropertiesediting~TableCellPropertiesEditing table editing feature} and
- * table UI feature.
+ * {@link module:table/tablecellproperties/tablecellpropertiesediting~TableCellPropertiesEditing table properties editing feature} and
+ * table cell properties UI feature.
  *
  * @extends module:core/plugin~Plugin
  */

+ 4 - 0
packages/ckeditor5-table/src/tableproperties.js

@@ -14,6 +14,10 @@ import TablePropertiesEditing from './tableproperties/tablepropertiesediting';
 /**
  * The table properties feature.
  *
+ * This is a "glue" plugin which loads the
+ * {@link module:table/tableproperties/tablepropertiesediting~TableCellPropertiesEditing table editing feature} and
+ * table UI feature.
+ *
  * @extends module:core/plugin~Plugin
  */
 export default class TableProperties extends Plugin {