Dept. of incomplete documentation: what if BufDelay* needs to be multichannel?
[supercollider.git] / SCClassLibrary / deprecated / Helper / helperExt.sc
blob60c8d49bce2f56d7567be8adbf6420cdc1c89e4b
1 // Extension for Helper and AutoClassHelper classes: documentation autogeneration
2 // so that
3 //              Help.makeHelp(MyClass)
4 //              Help.makeAutoHelp(MyClass)
5 // is allowed
6 // andrea valle (started: 04/11/2007)
7 /*
8 + Help {
10         *makeHelp { arg undocumentedObject, path ;
11                 Helper( undocumentedObject, path )
13         }
16         *makeAutoHelp { arg andocumentedClass, path ;
17                 AutoClassHelper( andocumentedClass, path )
18         }