Source: tags/namespace.js

/** @namespace window */

/**
 * Shorthand for the alert function.
 * Refer to it as {@link window."!"} (note the double quotes).
 */
window["!"] = function(msg) { alert(msg); };
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.