/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

  1. /** @constructor */
  2. pack = function() {
  3. this.init = function(){}
  4. function config(){}
  5. }
  6. pack.build = function(task) {};
  7. /** @memberOf pack */
  8. pack.install = function() {}
  9. /** @memberOf pack */
  10. pack.install.overwrite = function() {}
  11. /** @memberOf pack */
  12. clean = function() {}
  13. /** @memberOf pack-config */
  14. install = function() {};