gecko-dev/testing/marionette/.jsdoc.js

14 строки
184 B
JavaScript

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