Explorar el Código

Docs: API docs adjustments.

Marek Lewandowski hace 6 años
padre
commit
7ed4b6baae

+ 0 - 4
packages/ckeditor5-special-characters/src/specialcharacters.js

@@ -111,13 +111,9 @@ export default class SpecialCharacters extends Plugin {
 	}
 }
 
-// TODO: Make an interface for "SpecialCharacters" class.
-// It should provide methods: `addItems()`, `getGroups()`, `getCharactersForGroup()`, `getCharacter()`.
-
 /**
  * @typedef {Object} module:special-characters/specialcharacters~SpecialCharacterDefinition
  *
  * @property {String} title A unique title of the character.
- *
  * @property {String} character A symbol that should be inserted to the editor.
  */