/** * @type module */ var module = (function(){ return { /** * @memberOf module */ method : function(){ } }; })();