mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Merge pull request #113 from kuebk/template/index
Creating index.html in default template
This commit is contained in:
commit
402159b8a8
@ -358,6 +358,7 @@
|
||||
}
|
||||
|
||||
if (globals.length) generate('Global', [{kind: 'globalobj'}], 'global.html');
|
||||
generate('Index', [], 'index.html');
|
||||
|
||||
|
||||
function generate(title, docs, filename) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user