From c51384e4e1cc78304b441234120b6b36822801d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 6 Jul 2013 10:33:12 +0000 Subject: [PATCH] Use /** for method documentation blocks Change-Id: I6c7a8b7c2e2e861120caa1f1b5ff9b0dc7537737 --- resources/js/ext.uls.inputsettings.js | 2 +- resources/js/ext.uls.interface.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/js/ext.uls.inputsettings.js b/resources/js/ext.uls.inputsettings.js index 4d39214e..f8eb7600 100644 --- a/resources/js/ext.uls.inputsettings.js +++ b/resources/js/ext.uls.inputsettings.js @@ -162,7 +162,7 @@ this.$parent.position(); }, - /* + /** * For the given input method id, render the selection option. * * @param {string} imeId Input method id diff --git a/resources/js/ext.uls.interface.js b/resources/js/ext.uls.interface.js index 4d69347f..a5f2497b 100644 --- a/resources/js/ext.uls.interface.js +++ b/resources/js/ext.uls.interface.js @@ -20,7 +20,7 @@ ( function ( $, mw ) { 'use strict'; - /* + /** * Construct the display settings link */ function displaySettings() { @@ -38,7 +38,7 @@ return $displaySettings; } - /* + /** * Construct the input settings link */ function inputSettings() { @@ -56,7 +56,7 @@ return $inputSettings; } - /* + /** * Add display settings link to the settings bar in ULS * @param {Object} uls The ULS object */ @@ -87,7 +87,7 @@ } ); } - /* + /** * Add input settings link to the settings bar in ULS * @param {Object} uls The ULS object */ @@ -112,7 +112,7 @@ } ); } - /* + /** * The tooltip to be shown when language changed using ULS * It also allows to undo the language selection. */