mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Remove unused file
This commit is contained in:
parent
b8946d5904
commit
4b60a6f47d
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
const jsdoc2md = require('jsdoc-to-markdown');
|
||||
|
||||
module.exports = class DocumentationScanner {
|
||||
constructor(generator) {
|
||||
this.generator = generator;
|
||||
}
|
||||
|
||||
scan(directory) {
|
||||
return jsdoc2md.getTemplateData({ files: [`${directory}*.js`, `${directory}**/*.js`] });
|
||||
}
|
||||
};
|
||||
Loading…
Reference in a new issue