/** @namespace ns */ var ns = {}; /** * Similar to [the bar function]{@link bar}. * @see {@link bar} */ ns.foo = function () { } /** * @see {@link ns.foo} */ function bar() { }