sbin/res/jsdoc/app/test/ignore.js
author hamidouk
Mon, 16 Jan 2012 15:06:41 +0100
branchpopcorn-port
changeset 640 a6b64eeeb76d
parent 520 fe008e95a716
permissions -rw-r--r--
redid samuel's decimal to hexa conversion function.

/**
 * A test constructor.
 * @constructor
 * @ignore
 */
function Ignored() {
	/** a method */
    this.bar = function() {
    }
}