thirdparty/jsdoctoolkit/app/test/oblit_anon.js
changeset 3041 c8f47f0b6697
equal deleted inserted replaced
3040:8f9580309846 3041:c8f47f0b6697
       
     1 /** the options */
       
     2 opt = Opt.get(
       
     3 	arguments, 
       
     4 	{
       
     5 	 d: "directory",
       
     6 	 c: "conf",
       
     7 	 "D[]": "define"
       
     8 	}
       
     9 );
       
    10 
       
    11 /** configuration */
       
    12 opt.conf = {
       
    13 	/** keep */
       
    14 	keep: true,
       
    15 	/** base */
       
    16 	base: getBase(this, {p: properties})
       
    17 }
       
    18 
       
    19 
       
    20