thirdparty/jsdoctoolkit/app/test/oblit_anon.js
author Daniel Hans <daniel.m.hans@gmail.com>
Sun, 08 Nov 2009 12:08:05 -0800
changeset 3081 14077185c46e
parent 3041 c8f47f0b6697
permissions -rw-r--r--
Adds a new property to taggable which automatically deletes an empty tag. Reviewed by: Lennard de Rijk

/** the options */
opt = Opt.get(
	arguments, 
	{
	 d: "directory",
	 c: "conf",
	 "D[]": "define"
	}
);

/** configuration */
opt.conf = {
	/** keep */
	keep: true,
	/** base */
	base: getBase(this, {p: properties})
}