gecko-dev/testing/marionette/.jsdoc.js
Andreas Tolfsen 2d16d4aa1f Bug 1405757 - Generate Marionette API docs to testing/marionette/doc/api. r=me
DONTBUILD

MozReview-Commit-ID: L3omU5NDVDh
2017-10-04 18:35:12 +01:00

14 lines
188 B
JavaScript

"use strict";
module.exports = {
templates: {
cleverLinks: true,
},
plugins: ["plugins/markdown"],
opts: {
destination: "doc/api",
readme: "README.html",
private: true,
}
};