mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
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:
parent
048736b1b5
commit
42ebd10090
|
@ -317,7 +317,7 @@ ve.dm.MWLanguageVariantNode.static.matchLanguage = function ( items ) {
|
|||
|
||||
/* Methods */
|
||||
|
||||
/*
|
||||
/**
|
||||
* Helper function to get the description object for this markup node.
|
||||
*
|
||||
* @method
|
||||
|
|
|
@ -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 );
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*!
|
||||
* VisualEditor user interface MWVESwitchConfirmDialog class.
|
||||
*
|
||||
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*!
|
||||
* VisualEditor user interface MWVESwitchPopupWidget class.
|
||||
*
|
||||
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*!
|
||||
* VisualEditor user interface MWCancelConfirmDialog class.
|
||||
*
|
||||
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*!
|
||||
* VisualEditor user interface MWRequiredParamBlankConfirmDialog class.
|
||||
*
|
||||
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*!
|
||||
* VisualEditor user interface MWTemplateDialog class.
|
||||
*
|
||||
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*!
|
||||
* VisualEditor user interface MWTransclusionDialog class.
|
||||
*
|
||||
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*!
|
||||
* VisualEditor user interface MWWikitextConvertConfirmDialog class.
|
||||
*
|
||||
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*!
|
||||
* VisualEditor user interface MWWikitextSwitchConfirmDialog class.
|
||||
*
|
||||
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
||||
|
|
Loading…
Reference in a new issue