thirdparty/jsdoctoolkit/app/test/overview.js
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 25 Oct 2009 18:43:23 -0700
changeset 3050 5f135cfac194
parent 3041 c8f47f0b6697
permissions -rw-r--r--
Reworked the redirects to work with the new Request model. Also made use of the collection of Role Views in the Role View in combination with the role property in the Request model, to facilitate the redirects.

/**
 * @overview This "library" contains a 
 *               lot of classes and functions.
 * @example
 <pre>
	var x (x < 1);
	alert("This 'is' \"code\"");
 </pre>
 * @name My Cool Library
 * @author 	Joe Smith jsmith@company.com
 * @version 	0.1 
 */
 
/** 
 * Gets the current foo 
 * @param {String} fooId	The unique identifier for the foo.
 * @return {Object}	Returns the current foo.
 */
function getFoo(fooID){
}