Script to run JSDocToolkit over our JS files.
It creates a documentation directory under app/soc/content/js
with the output for private and public docs, with or without
undocumented functions.
/** ecks */var x = [1, 2, 4];var y = { foo: function(){ }}bar = function() {}function zop() {}