mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
jsdoc template: fix links and remove unnecessary rendering of template.
This commit is contained in:
parent
ea192e3817
commit
7e34c713b0
1 changed files with 2 additions and 4 deletions
|
@ -66,7 +66,7 @@ function publish(symbolSet) {
|
|||
outDir: JSDOC.opt.d || SYS.pwd + '../out/jsdoc/',
|
||||
templateDir: JSDOC.opt.t || SYS.pwd + '../templates/jsdoc/',
|
||||
staticDir: (JSDOC.opt.t || SYS.pwd + '../templates/jsdoc/') + 'static/',
|
||||
symbolsDir: 'symbols/',
|
||||
symbolsDir: 'packages/',
|
||||
srcDir: 'symbols/src/'
|
||||
};
|
||||
publish.conf.packagesDir = publish.conf.outDir + 'packages/';
|
||||
|
@ -121,10 +121,8 @@ function publish(symbolSet) {
|
|||
}
|
||||
}
|
||||
|
||||
// create a class index, displayed in the left-hand column of every class page
|
||||
Link.base = '../';
|
||||
publish.conf.classesIndex = publish.templates.allClasses.process(classes); // kept in memory
|
||||
|
||||
|
||||
// create each of the class pages
|
||||
for (var i = 0, l = classes.length; i < l; i++) {
|
||||
var symbol = classes[i];
|
||||
|
|
Loading…
Reference in a new issue