X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=jsdoc-toolkit%2Fapp%2Ftest%2Foverview.js;fp=jsdoc-toolkit%2Fapp%2Ftest%2Foverview.js;h=1dfc09b1fc1f62b869fadfcddf44128517d27ee4;hb=629a09aeb02dce06c406a638b4ece39adc83d2e3;hp=0000000000000000000000000000000000000000;hpb=f8e02b3c7ea1ccbf567bbeda1ceaa959b769dd43;p=dygraphs.git diff --git a/jsdoc-toolkit/app/test/overview.js b/jsdoc-toolkit/app/test/overview.js new file mode 100644 index 0000000..1dfc09b --- /dev/null +++ b/jsdoc-toolkit/app/test/overview.js @@ -0,0 +1,20 @@ +/** + * @overview This "library" contains a + * lot of classes and functions. + * @example +
+	var x (x < 1);
+	alert("This 'is' \"code\"");
+ 
+ * @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