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
Merge pull request #506 from andrewcsmith/patch-2
[supercollider.git]
/
platform
/
renderAllHelp.scd
blob
904cd22c8e44ed747bf0b4551541c109542805d6
1
SCDoc.helpSourceDir = thisProcess.argv[0];
2
SCDoc.helpTargetDir = thisProcess.argv[1];
3
SCDoc.renderAll;
4
0.exit;
5