mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
jsdoc: Use .html extension for template docs too, as they are not using any macros anyore.
This commit is contained in:
parent
a031980556
commit
7ef4575320
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ load(JSDOC.opt.t + 'src/Render.js');
|
||||||
function publish(symbolSet) {
|
function publish(symbolSet) {
|
||||||
var renderMode = JSDOC.opt.D.renderMode;
|
var renderMode = JSDOC.opt.D.renderMode;
|
||||||
var templates = renderMode == 'templates';
|
var templates = renderMode == 'templates';
|
||||||
var extension = templates ? '.jstl' : '.html';
|
var extension = '.html';
|
||||||
var templateDir = JSDOC.opt.t || SYS.pwd + '../templates/jsdoc/';
|
var templateDir = JSDOC.opt.t || SYS.pwd + '../templates/jsdoc/';
|
||||||
var outDir = JSDOC.opt.d || SYS.pwd + '../out/jsdoc/';
|
var outDir = JSDOC.opt.d || SYS.pwd + '../out/jsdoc/';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue