Kaynağa Gözat

Docs fixed.

Piotr Jasiun 8 yıl önce
ebeveyn
işleme
4b8c557708
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      packages/ckeditor5-heading/src/heading.js

+ 2 - 4
packages/ckeditor5-heading/src/heading.js

@@ -211,11 +211,9 @@ export default class Heading extends Plugin {
 /**
 /**
  * Heading option descriptor.
  * Heading option descriptor.
  *
  *
- * This format is compatible with {@link module:engine/conversion/definition-based-converters~ConverterDefinition}
- * and adds to additional properties: `title` and `class`.
- *
  * @typedef {Object} module:heading/heading~HeadingOption
  * @typedef {Object} module:heading/heading~HeadingOption
- * @extends module:engine/conversion/definition-based-converters~ConverterDefinition
+ * @property {String} model Name of the model element to convert.
+ * @property {module:engine/view/elementdefinition~ElementDefinition} view Definition of a view element to convert from/to.
  * @property {String} title The user-readable title of the option.
  * @property {String} title The user-readable title of the option.
  * @property {String} class The class which will be added to the dropdown item representing this option.
  * @property {String} class The class which will be added to the dropdown item representing this option.
  */
  */