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.
/** * @name bar * @namespace */new function() { /** * @name bar-foo * @function * @param {number} x */ function foo(x) { }}