repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
class library: PriorityQueue - implement removeValue, hide array
[supercollider.git]
/
platform
/
renderAllHelp.scd
blob
fd0e7cc4143147952dbd218df87b3ceb70f8d53c
1
SCDoc.helpSourceDir = thisProcess.argv[0];
2
SCDoc.helpTargetDir = thisProcess.argv[1];
3
~exitOnDone = {0.exit};
4
SCDoc.renderAll(doneFunc: ~exitOnDone, threaded: false, findExtensions: false);