aboutsummaryrefslogtreecommitdiff
path: root/tools/jsdoc-toolkit-2.4.0/app/test/overview.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jsdoc-toolkit-2.4.0/app/test/overview.js')
-rw-r--r--tools/jsdoc-toolkit-2.4.0/app/test/overview.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/jsdoc-toolkit-2.4.0/app/test/overview.js b/tools/jsdoc-toolkit-2.4.0/app/test/overview.js
new file mode 100644
index 0000000..1dfc09b
--- /dev/null
+++ b/tools/jsdoc-toolkit-2.4.0/app/test/overview.js
@@ -0,0 +1,20 @@
+/**
+ * @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){
+} \ No newline at end of file