jsdoc: Use .html extension for template docs too, as they are not using any macros anyore.

This commit is contained in:
Jürg Lehni 2011-06-10 02:50:06 +01:00
parent a031980556
commit 7ef4575320

View file

@ -7,7 +7,7 @@ load(JSDOC.opt.t + 'src/Render.js');
function publish(symbolSet) {
var renderMode = JSDOC.opt.D.renderMode;
var templates = renderMode == 'templates';
var extension = templates ? '.jstl' : '.html';
var extension = '.html';
var templateDir = JSDOC.opt.t || SYS.pwd + '../templates/jsdoc/';
var outDir = JSDOC.opt.d || SYS.pwd + '../out/jsdoc/';