We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3838a71 commit 2872d0cCopy full SHA for 2872d0c
example/jsdoc-docstrap.js
@@ -2,5 +2,9 @@ const config = Object.assign({}, require('./jsdoc'));
2
3
config.opts.destination = 'docs-docstrap';
4
config.opts.template = './node_modules/ink-docstrap/template';
5
+config.templates = {
6
+ linenums: true,
7
+ outputSourceFiles: true,
8
+};
9
10
module.exports = config;
0 commit comments