PageRenderTime 8ms CodeModel.GetById 1ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 0ms

/branches/version1.x/test/data/overview.js

http://jsdoc-toolkit.googlecode.com/
JavaScript | 20 lines | 2 code | 1 blank | 17 comment | 0 complexity | d2c08d8828cc88d16cd2cda884c5df22 MD5 | raw file
 1/**
 2 * @fileOverview This "library" contains "a 
 3 *               lot of classes and functions.
 4 * @example
 5 <pre>
 6	var x (x < 1);
 7	alert("This 'is' \"code\"");
 8 </pre>
 9 * @name My Cool Library
10 * @author 	Joe Smith jsmith@company.com
11 * @version 	0.1 
12 */
13 
14/** 
15 * Gets the current foo 
16 * @param {String} fooId	The unique identifier for the foo.
17 * @return {Object}	Returns the current foo.
18 */
19function getFoo(fooID){
20}