Merge "Use /** for method documentation blocks"
This commit is contained in:
@@ -162,7 +162,7 @@
|
|||||||
this.$parent.position();
|
this.$parent.position();
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* For the given input method id, render the selection option.
|
* For the given input method id, render the selection option.
|
||||||
*
|
*
|
||||||
* @param {string} imeId Input method id
|
* @param {string} imeId Input method id
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
( function ( $, mw ) {
|
( function ( $, mw ) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Construct the display settings link
|
* Construct the display settings link
|
||||||
*/
|
*/
|
||||||
function displaySettings() {
|
function displaySettings() {
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
return $displaySettings;
|
return $displaySettings;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Construct the input settings link
|
* Construct the input settings link
|
||||||
*/
|
*/
|
||||||
function inputSettings() {
|
function inputSettings() {
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
return $inputSettings;
|
return $inputSettings;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Add display settings link to the settings bar in ULS
|
* Add display settings link to the settings bar in ULS
|
||||||
* @param {Object} uls The ULS object
|
* @param {Object} uls The ULS object
|
||||||
*/
|
*/
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Add input settings link to the settings bar in ULS
|
* Add input settings link to the settings bar in ULS
|
||||||
* @param {Object} uls The ULS object
|
* @param {Object} uls The ULS object
|
||||||
*/
|
*/
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* The tooltip to be shown when language changed using ULS
|
* The tooltip to be shown when language changed using ULS
|
||||||
* It also allows to undo the language selection.
|
* It also allows to undo the language selection.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user