/trunk/jsdoc-toolkit/app/test/memberof.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 19 lines · 9 code · 5 blank · 5 comment · 0 complexity · ad43d356a0830d3f8e1971f110ff09cf MD5 · raw file
- /** @constructor */
- pack = function() {
- this.init = function(){}
- function config(){}
- }
-
- pack.build = function(task) {};
- /** @memberOf pack */
- pack.install = function() {}
- /** @memberOf pack */
- pack.install.overwrite = function() {}
- /** @memberOf pack */
- clean = function() {}
- /** @memberOf pack-config */
- install = function() {};