소스 검색

Add missing docs for glue plugins.

Maciej Gołaszewski 6 년 전
부모
커밋
8dccac8255
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/ckeditor5-table/src/tablecellproperties.js
  2. 4 0
      packages/ckeditor5-table/src/tableproperties.js

+ 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 {