Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/192086

Change subject: Correct jsduck documentation tags casing
......................................................................

Correct jsduck documentation tags casing

Change-Id: Ic438492ea4e7060c3c5626ae9b5493f70cfb578e
---
M modules/ext.templateDataGenerator.data.js
M modules/ext.templateDataGenerator.ui.tdDialog.js
2 files changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TemplateData 
refs/changes/86/192086/1

diff --git a/modules/ext.templateDataGenerator.data.js 
b/modules/ext.templateDataGenerator.data.js
index a98cee3..f16504a 100644
--- a/modules/ext.templateDataGenerator.data.js
+++ b/modules/ext.templateDataGenerator.data.js
@@ -840,7 +840,7 @@
 
 /**
  * Set is page sublevel
- * @param {Boolean} isSubLevel Page is sublevel
+ * @param {boolean} isSubLevel Page is sublevel
  */
 mw.TemplateData.Model.prototype.setPageSubLevel = function ( isSubLevel ) {
        this.subLevel = isSubLevel;
diff --git a/modules/ext.templateDataGenerator.ui.tdDialog.js 
b/modules/ext.templateDataGenerator.ui.tdDialog.js
index d44edb1..564a074 100644
--- a/modules/ext.templateDataGenerator.ui.tdDialog.js
+++ b/modules/ext.templateDataGenerator.ui.tdDialog.js
@@ -56,7 +56,7 @@
 ];
 
 /**
- * @inheritDoc
+ * @inheritdoc
  */
 mw.TemplateData.Dialog.prototype.initialize = function () {
        var templateParamsFieldset, addParamFieldlayout, 
languageActionFieldLayout,
@@ -216,7 +216,7 @@
 
 /**
  * Respond to model change of description event
- * @param {jQuery.event} event Event details
+ * @param {jQuery.Event} event Event details
  * @param {string} description New description
  */
 mw.TemplateData.Dialog.prototype.onModelChangeDescription = function ( 
description ) {
@@ -665,7 +665,7 @@
 /**
  * Show or hide the notice message in the dialog with a set message.
  * @param {string} type Which notice label to show: 'list' or 'global'
- * @param {Boolean} isShowing Show or hide the message
+ * @param {boolean} isShowing Show or hide the message
  * @param {string} status Message status 'error' or 'success'
  * @param {string|string[]} noticeMessage The message to display
  */
@@ -732,7 +732,7 @@
 };
 
 /**
- * @inheritDoc
+ * @inheritdoc
  */
 mw.TemplateData.Dialog.prototype.getSetupProcess = function ( data ) {
        return mw.TemplateData.Dialog.super.prototype.getSetupProcess.call( 
this, data )
@@ -874,7 +874,7 @@
 };
 
 /**
- * @inheritDoc
+ * @inheritdoc
  */
 mw.TemplateData.Dialog.prototype.getActionProcess = function ( action ) {
        if ( action === 'back' ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/192086
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic438492ea4e7060c3c5626ae9b5493f70cfb578e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TemplateData
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to