1 // Extension for Helper and AutoClassHelper classes: documentation autogeneration
3 // Help.makeHelp(MyClass)
4 // Help.makeAutoHelp(MyClass)
6 // andrea valle (started: 04/11/2007)
10 *makeHelp { arg undocumentedObject, path ;
11 Helper( undocumentedObject, path )
16 *makeAutoHelp { arg andocumentedClass, path ;
17 AutoClassHelper( andocumentedClass, path )