jenkins-bot has submitted this change and it was merged.

Change subject: jsduck: Have a default --meta-tags setting
......................................................................


jsduck: Have a default --meta-tags setting

Our custom bin/generateDocs will override accordingly, but
for production we want to default to jsduck 4. That way
we can use the generic macro instead of a custom job
to run the repo's bin/generateDocs.

We need that for mwext-VisualEditor because that also
needs other overrides, but for VisualEditor standalone
we can do plain jsduck.

Change-Id: I09507b048f1f487e3067853de959a56ab4d08723
---
M .docs/config.json
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Robmoen: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.docs/config.json b/.docs/config.json
index 49c21a2..ca66450 100644
--- a/.docs/config.json
+++ b/.docs/config.json
@@ -1,6 +1,7 @@
 {
        "--title": "VisualEditor Code Documentation",
        "--categories": "../.docs/categories.json",
+       "--meta-tags": "./MetaTags.rb",
        "--eg-iframe": "../.docs/eg-iframe.html",
        "--warnings": ["-no_doc"],
        "--builtin-classes": true,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I09507b048f1f487e3067853de959a56ab4d08723
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: Robmoen <rm...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to