/tags/jsdoc_toolkit-2.0.1/jsdoc-toolkit/app/test/oblit_anon.js
JavaScript | 20 lines | 12 code | 4 blank | 4 comment | 0 complexity | 018349f4e885ce389e6a6b2b5782475b MD5 | raw file
- /** the options */
- opt = Opt.get(
- arguments,
- {
- d: "directory",
- c: "conf",
- "D[]": "define"
- }
- );
- /** configuration */
- opt.conf = {
- /** keep */
- keep: true,
- /** base */
- base: getBase(this, {p: properties})
- }