Merge pull request #113 from kuebk/template/index

Creating index.html in default template
This commit is contained in:
Michael Mathews 2012-04-26 14:30:08 -07:00
commit 402159b8a8

View File

@ -358,6 +358,7 @@
}
if (globals.length) generate('Global', [{kind: 'globalobj'}], 'global.html');
generate('Index', [], 'index.html');
function generate(title, docs, filename) {