Correct some doc comments' syntax

I ran Closure Compiler over the codebase just to see what would happen,
and it printed some useful warnings.

Change-Id: I56d40b11e6d1dd7ce68a5e59da511f66e928647f
This commit is contained in:
Bartosz Dziewoński 2018-09-26 14:49:10 +02:00
parent 048736b1b5
commit 42ebd10090
10 changed files with 9 additions and 10 deletions

View file

@ -317,7 +317,7 @@ ve.dm.MWLanguageVariantNode.static.matchLanguage = function ( items ) {
/* Methods */
/*
/**
* Helper function to get the description object for this markup node.
*
* @method

View file

@ -46,7 +46,6 @@ mw.libs.ve.MWEditModeTool.static.unavailableTooltip = null;
* Switch editors
*
* @method
* @abstract
*/
mw.libs.ve.MWEditModeTool.prototype.switch = function () {
this.toolbar.emit( 'switchEditor', this.constructor.static.editMode );

View file

@ -1,4 +1,4 @@
/*
/*!
* VisualEditor user interface MWVESwitchConfirmDialog class.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt

View file

@ -1,4 +1,4 @@
/*
/*!
* VisualEditor user interface MWVESwitchPopupWidget class.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt

View file

@ -1,4 +1,4 @@
/*
/*!
* VisualEditor user interface MWCancelConfirmDialog class.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt

View file

@ -1,4 +1,4 @@
/*
/*!
* VisualEditor user interface MWRequiredParamBlankConfirmDialog class.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt

View file

@ -1,4 +1,4 @@
/*
/*!
* VisualEditor user interface MWTemplateDialog class.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt

View file

@ -1,4 +1,4 @@
/*
/*!
* VisualEditor user interface MWTransclusionDialog class.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt

View file

@ -1,4 +1,4 @@
/*
/*!
* VisualEditor user interface MWWikitextConvertConfirmDialog class.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt

View file

@ -1,4 +1,4 @@
/*
/*!
* VisualEditor user interface MWWikitextSwitchConfirmDialog class.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt