Some functions which applies to scoped tags in general moved from TaskTag to Task model.
Also, some stylish and whitespace changes and docstrings added.
/** * @name bar * @namespace */new function() { /** * @name bar-foo * @function * @param {number} x */ function foo(x) { }}