/tags/jsdoc_toolkit-2.0.1/jsdoc-toolkit/app/test/oblit_anon.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 20 lines · 12 code · 4 blank · 4 comment · 0 complexity · 018349f4e885ce389e6a6b2b5782475b MD5 · raw file

  1. /** the options */
  2. opt = Opt.get(
  3. arguments,
  4. {
  5. d: "directory",
  6. c: "conf",
  7. "D[]": "define"
  8. }
  9. );
  10. /** configuration */
  11. opt.conf = {
  12. /** keep */
  13. keep: true,
  14. /** base */
  15. base: getBase(this, {p: properties})
  16. }