can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / params_optional.js
diff --git a/jsdoc-toolkit/app/test/params_optional.js b/jsdoc-toolkit/app/test/params_optional.js
new file mode 100644 (file)
index 0000000..18bf598
--- /dev/null
@@ -0,0 +1,8 @@
+
+/**
+ * @param {Page[]} pages
+ * @param {number} [id] Specifies the id, if applicable.
+ * @param {String} [title = This is untitled.] Specifies the title.
+ */
+function Document(pages, id, title){
+}
\ No newline at end of file