can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / global.js
diff --git a/jsdoc-toolkit/app/test/global.js b/jsdoc-toolkit/app/test/global.js
new file mode 100644 (file)
index 0000000..5ea4894
--- /dev/null
@@ -0,0 +1,13 @@
+/** ecks */
+var x = [1, 2, 4];
+
+var y = {
+       foo: function(){
+       }
+}
+
+bar = function() {
+}
+
+function zop() {
+}