Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/jsdoc-toolkit/app/test/overview.js
diff options
context:
space:
mode:
Diffstat (limited to 'utils/jsdoc-toolkit/app/test/overview.js')
-rwxr-xr-xutils/jsdoc-toolkit/app/test/overview.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/utils/jsdoc-toolkit/app/test/overview.js b/utils/jsdoc-toolkit/app/test/overview.js
deleted file mode 100755
index 1dfc09b..0000000
--- a/utils/jsdoc-toolkit/app/test/overview.js
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * @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