The main source file usually contains a Rem-block before the definition of the module name. Could take the contents out of that to fill in a description name if it's missing.
Also seen modules that used ModuleInfo "Description: foo bar". Can extract a description out of that as well.
The main source file usually contains a Rem-block before the definition of the module name. Could take the contents out of that to fill in a description name if it's missing.
Also seen modules that used
ModuleInfo "Description: foo bar"
. Can extract a description out of that as well.