vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Update module summaries to properly export types that are used only on functions. #241

Open aeisenberg opened 11 years ago

aeisenberg commented 11 years ago

Need to change the way that we create module summaries so that function parameter type definitions are exported. We currently export the types of parameters, but only if they are simple or built-in types. Other types are simply not exported.