Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Jasiun committed Feb 9, 2018
1 parent bd1e1a3 commit b62d5cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/heading.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,9 @@ export default class Heading extends Plugin {
/**
* 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
* @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} class The class which will be added to the dropdown item representing this option.
*/

0 comments on commit b62d5cb

Please sign in to comment.