can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / oblit_anon.js
CommitLineData
629a09ae
DV
1/** the options */
2opt = Opt.get(
3 arguments,
4 {
5 d: "directory",
6 c: "conf",
7 "D[]": "define"
8 }
9);
10
11/** configuration */
12opt.conf = {
13 /** keep */
14 keep: true,
15 /** base */
16 base: getBase(this, {p: properties})
17}
18
19
20