can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / ignore.js
diff --git a/jsdoc-toolkit/app/test/ignore.js b/jsdoc-toolkit/app/test/ignore.js
new file mode 100644 (file)
index 0000000..d3fac9e
--- /dev/null
@@ -0,0 +1,10 @@
+/**
+ * A test constructor.
+ * @constructor
+ * @ignore
+ */
+function Ignored() {
+       /** a method */
+    this.bar = function() {
+    }
+}
\ No newline at end of file