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
SCDoc: Use proper static string constants instead of comparing string literals.
[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