@acadix/setup
Version:
Acadix Learning Management System backend application project setup
10 lines • 544 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const __1 = require("..");
class DocumentationBuilder {
static generateDocumentation(serverList, schemas, paths, tags) {
return Object.assign(Object.assign(Object.assign(Object.assign({}, __1.baseInfo), { servers: (0, __1.createServerDoc)(serverList) }), (0, __1.componentDoc)(schemas)), { paths: (0, __1.pathDoc)(paths), tags: (0, __1.createTagDoc)(tags) });
}
}
exports.default = DocumentationBuilder;
//# sourceMappingURL=docBuilder.js.map