| changeset 1072 | ac1eacb3aa33 |
| parent 1071 | 02c04d2c8fd8 |
| child 1073 | 687133dc13cf |
| 1071:02c04d2c8fd8 | 1072:ac1eacb3aa33 |
|---|---|
1 /** |
|
2 * @overview 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 */ |
|
19 function getFoo(fooID){ |
|
20 } |