Преглед изворни кода

Remove irrelevant comments from the mention docs.

Maciej Gołaszewski пре 6 година
родитељ
комит
e745dfac14
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      packages/ckeditor5-mention/src/mention.js

+ 0 - 2
packages/ckeditor5-mention/src/mention.js

@@ -69,8 +69,6 @@ export default class Mention extends Plugin {
  *
  * *Note* When defining feed item as a plain object you must provide the at least the `name` property.
  *
- * Used in {@link module:mention/mention~MentionFeed#feed} or* Used in {@link module:mention/mention~MentionFeed.feed}
- *
  * @typedef {Object|String} module:mention/mention~MentionFeedItem
  * @property {String} name Name of the mention.
  */