Jassa-Core icon indicating copy to clipboard operation
Jassa-Core copied to clipboard

Please provide some documentation that show how namespace objects should look like

Open patrickwestphal opened this issue 11 years ago • 0 comments

In the devel branch's util.Serializer there is a comment for the indexClasses function that (as far as I can interpret) states that a namespace is expected to be a JavaScript object:

/**
 * Find and index all classes that appear as members of the namespace (a JavaScript Object)
 */

Can you please provide some kind of documentation that give hints of how a namespace object should look like? Since the Serializer is never used somewhere in the whole project I cannot infer anything and thus not test this function.

patrickwestphal avatar Jan 08 '15 15:01 patrickwestphal