mediawiki-extensions-Visual.../modules/ve-mw/ce/nodes
Bartosz Dziewoński 84d548e7b1 Remove redundant @method annotations
A @method annotation is only necessary when the docblock is not
directly followed by a function declaration (in which case JSDuck
assumes it documents a property), e.g. when defining an abstract
function or referencing a function from another library.

I verified that JSDuck generates exactly the same output before and
after this change (docs/data-<hash>.js files are identical).

Change-Id: I7edf51a8560ab9978b42800ab1026f0b5555c3bf
2019-08-21 23:33:15 +02:00
..
ve.ce.MWAlienBlockExtensionNode.js
ve.ce.MWAlienExtensionNode.js
ve.ce.MWAlienInlineExtensionNode.js
ve.ce.MWBlockExtensionNode.js
ve.ce.MWBlockImageNode.js
ve.ce.MWEntityNode.js
ve.ce.MWExtensionNode.js
ve.ce.MWGalleryCaptionNode.js
ve.ce.MWGalleryImageCaptionNode.js
ve.ce.MWGalleryImageNode.js
ve.ce.MWGalleryNode.js
ve.ce.MWHeadingNode.js
ve.ce.MWImageCaptionNode.js
ve.ce.MWImageNode.js
ve.ce.MWInlineExtensionNode.js
ve.ce.MWInlineImageNode.js
ve.ce.MWLanguageVariantBlockNode.js
ve.ce.MWLanguageVariantHiddenNode.js
ve.ce.MWLanguageVariantInlineNode.js
ve.ce.MWLanguageVariantNode.js
ve.ce.MWMagicLinkNode.js
ve.ce.MWNumberedExternalLinkNode.js
ve.ce.MWPreformattedNode.js
ve.ce.MWPreNode.js
ve.ce.MWSignatureNode.js
ve.ce.MWTableNode.js
ve.ce.MWTransclusionBlockNode.js
ve.ce.MWTransclusionInlineNode.js
ve.ce.MWTransclusionNode.js
ve.ce.MWTransclusionTableCellNode.js